aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/qtmipsexception.h')
-rw-r--r--qtmips_machine/qtmipsexception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtmips_machine/qtmipsexception.h b/qtmips_machine/qtmipsexception.h
index e48bf1c..e592ef0 100644
--- a/qtmips_machine/qtmipsexception.h
+++ b/qtmips_machine/qtmipsexception.h
@@ -90,7 +90,8 @@ protected:
EXCEPTION(UnalignedJump, Runtime) \
EXCEPTION(UnknownMemoryControl, Runtime) \
EXCEPTION(OutOfMemoryAccess, Runtime) \
- EXCEPTION(Sanity,)
+ EXCEPTION(Sanity,) \
+ EXCEPTION(SyscallUnknown, Runtime) \
#define EXCEPTION(NAME, PARENT) \
class QtMipsException##NAME : public QtMipsException##PARENT { \