aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsexception.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-08 10:47:27 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-08 10:47:27 +0100
commit6b639c50c93e4a682b15dcdf20f3d46a47d68a64 (patch)
tree631b71bf5d1125297918c1f73a680fe738e3cbd9 /qtmips_machine/qtmipsexception.h
parent0137207cb51ef3dd8b097d6cf88fd627fc468af2 (diff)
downloadqtmips-6b639c50c93e4a682b15dcdf20f3d46a47d68a64.tar.gz
qtmips-6b639c50c93e4a682b15dcdf20f3d46a47d68a64.tar.bz2
qtmips-6b639c50c93e4a682b15dcdf20f3d46a47d68a64.zip
Add write and read notification to the simple peripheral component.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
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 { \