From cd3a4b268a9b3d4d5436fee5de7967adb6f6e170 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 4 Mar 2019 00:33:37 +0100 Subject: Implemented coprocessor 0 registers access and register EPC and Cause set by exception. Signed-off-by: Pavel Pisa --- qtmips_machine/qtmips_machine.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qtmips_machine/qtmips_machine.pro') 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 -- cgit v1.2.3