aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/qtmipsexception.cpp')
-rw-r--r--qtmips_machine/qtmipsexception.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtmips_machine/qtmipsexception.cpp b/qtmips_machine/qtmipsexception.cpp
index 02193cb..bb852a8 100644
--- a/qtmips_machine/qtmipsexception.cpp
+++ b/qtmips_machine/qtmipsexception.cpp
@@ -59,6 +59,11 @@ QtMipsExceptionUnalignedJump::QtMipsExceptionUnalignedJump(QTMIPS_ARGS_COMMON)
return;
}
+QtMipsExceptionUnknownMemoryControl::QtMipsExceptionUnknownMemoryControl(QTMIPS_ARGS_COMMON)
+ : QtMipsExceptionRuntime(reason, ext, file, line) {
+ return;
+}
+
QtMipsExceptionOutOfMemoryAccess::QtMipsExceptionOutOfMemoryAccess(QTMIPS_ARGS_COMMON)
: QtMipsExceptionRuntime(reason, ext, file, line) {
return;