diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-24 13:26:48 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-24 13:26:48 -0800 |
commit | 3c408f7535fb10118cc8ff219629b6fac0ceabde (patch) | |
tree | 464d7a2c601e3797b7d307b8200f957f3801f5df /Source/Memory.h | |
parent | 92084d06a5c87338cc988b5bc5868e617213e6b9 (diff) | |
download | witness-tutorializer-3c408f7535fb10118cc8ff219629b6fac0ceabde.tar.gz witness-tutorializer-3c408f7535fb10118cc8ff219629b6fac0ceabde.tar.bz2 witness-tutorializer-3c408f7535fb10118cc8ff219629b6fac0ceabde.zip |
fix sym2
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index 803a5f1..d497123 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -7,8 +7,8 @@ | |||
7 | #include <cassert> | 7 | #include <cassert> |
8 | #include "MemoryException.h" | 8 | #include "MemoryException.h" |
9 | 9 | ||
10 | // #define GLOBALS 0x5B28C0 | 10 | #define GLOBALS 0x5B28C0 |
11 | #define GLOBALS 0x62D0A0 | 11 | // #define GLOBALS 0x62D0A0 |
12 | 12 | ||
13 | enum class ProcStatus { | 13 | enum class ProcStatus { |
14 | NotRunning, | 14 | NotRunning, |