diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-02-28 04:13:20 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-02-28 04:13:20 +0000 |
| commit | b3ae819e0a177cbb4a7d76c45aa104eec6a549ed (patch) | |
| tree | eed432b491266567c2347027898b5b41cc29d343 | |
| parent | bad52b1658ae0cf3d64b4e3265ad588c8e3e5f2c (diff) | |
Notes
| -rw-r--r-- | sys/powerpc/include/trap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index 34cd98dabab9a..55909323d7115 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -126,7 +126,7 @@ #define EXC_PGM_TRAP (1UL << 17) /* DTrace trap opcode. */ -#define EXC_DTRACE 0x7c810808 +#define EXC_DTRACE 0x7ffff808 /* Magic pointer to store TOC base and other info for trap handlers on ppc64 */ #define TRAP_GENTRAP 0x1f0 |
