summaryrefslogtreecommitdiffstats
path: root/src/emu/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu.h')
-rw-r--r--src/emu/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu.h b/src/emu/cpu.h
index 9294d7d..6f2a077 100644
--- a/src/emu/cpu.h
+++ b/src/emu/cpu.h
@@ -9,6 +9,7 @@
/* cpu traps */
enum {
TRP_UNALIGNED,
+ TRP_SEGV,
TRP_DIVBYZERO,
TRP_SYSCALL,
TRP_ILL,