aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmips_machine.pro
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-04 00:33:37 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-04 00:34:23 +0100
commitcd3a4b268a9b3d4d5436fee5de7967adb6f6e170 (patch)
tree6a0c9a28541f1ccda9fc721b4f964c679344909d /qtmips_machine/qtmips_machine.pro
parent9dca6dbb98066122fc5dc73242a8763ec59e8c8e (diff)
downloadqtmips-cd3a4b268a9b3d4d5436fee5de7967adb6f6e170.tar.gz
qtmips-cd3a4b268a9b3d4d5436fee5de7967adb6f6e170.tar.bz2
qtmips-cd3a4b268a9b3d4d5436fee5de7967adb6f6e170.zip
Implemented coprocessor 0 registers access and register EPC and Cause set by exception.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/qtmips_machine.pro')
-rw-r--r--qtmips_machine/qtmips_machine.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtmips_machine/qtmips_machine.pro b/qtmips_machine/qtmips_machine.pro
index 9964357..1332928 100644
--- a/qtmips_machine/qtmips_machine.pro
+++ b/qtmips_machine/qtmips_machine.pro
@@ -28,7 +28,8 @@ SOURCES += \
peripheral.cpp \
serialport.cpp \
peripspiled.cpp \
- symboltable.cpp
+ symboltable.cpp \
+ cop0state.cpp
HEADERS += \
qtmipsmachine.h \
@@ -47,4 +48,5 @@ HEADERS += \
peripheral.h \
serialport.h \
peripspiled.h \
- symboltable.h
+ symboltable.h \
+ cop0state.h