summaryrefslogtreecommitdiff
path: root/emulate/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2018-06-16 15:36:39 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2018-06-16 15:36:39 +0200
commitca642d0c8b0a3dd5f768749b58ba66ac35472610 (patch)
tree33eb95aee362703eb424fdb93c381acf7111876b /emulate/CMakeLists.txt
parent44320ada80b08ecf88caf114b2b0be8c8e08e505 (diff)
downloadopenwar-ca642d0c8b0a3dd5f768749b58ba66ac35472610.tar.gz
openwar-ca642d0c8b0a3dd5f768749b58ba66ac35472610.tar.bz2
openwar-ca642d0c8b0a3dd5f768749b58ba66ac35472610.zip
Fixes a bug with calculating memory offsets and exposes some more registers.
Diffstat (limited to 'emulate/CMakeLists.txt')
-rw-r--r--emulate/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulate/CMakeLists.txt b/emulate/CMakeLists.txt
index 824d8c3..df4a04e 100644
--- a/emulate/CMakeLists.txt
+++ b/emulate/CMakeLists.txt
@@ -1,7 +1,7 @@
add_executable(emulate
emulate.cpp
- cpustate.hpp
+ cpustate.hpp cpustate.cpp
emulator.hpp emulator.cpp
)