aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsmachine.h
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/qtmipsmachine.h
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/qtmipsmachine.h')
-rw-r--r--qtmips_machine/qtmipsmachine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h
index 1c80b9c..51b5424 100644
--- a/qtmips_machine/qtmipsmachine.h
+++ b/qtmips_machine/qtmipsmachine.h
@@ -119,6 +119,7 @@ private:
SerialPort *ser_port;
PeripSpiLed *perip_spi_led;
Cache *cch_program, *cch_data;
+ Cop0State *cop0state;
Core *cr;
QTimer *run_t;