aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmips_machine.pro
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-22 22:05:19 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-22 22:05:19 +0100
commitb7c2d05a1a83dd91052ca6df20c2f60c802e773e (patch)
tree9dae0d407c0848b9f703bbbc37278d445e04158b /qtmips_machine/qtmips_machine.pro
parent372af906107bceed8a174d5aa907034d35cfe760 (diff)
downloadqtmips-b7c2d05a1a83dd91052ca6df20c2f60c802e773e.tar.gz
qtmips-b7c2d05a1a83dd91052ca6df20c2f60c802e773e.tar.bz2
qtmips-b7c2d05a1a83dd91052ca6df20c2f60c802e773e.zip
Add support for goto to selected symbol address.
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 961800c..9964357 100644
--- a/qtmips_machine/qtmips_machine.pro
+++ b/qtmips_machine/qtmips_machine.pro
@@ -27,7 +27,8 @@ SOURCES += \
physaddrspace.cpp \
peripheral.cpp \
serialport.cpp \
- peripspiled.cpp
+ peripspiled.cpp \
+ symboltable.cpp
HEADERS += \
qtmipsmachine.h \
@@ -45,4 +46,5 @@ HEADERS += \
physaddrspace.h \
peripheral.h \
serialport.h \
- peripspiled.h
+ peripspiled.h \
+ symboltable.h