diff options
Diffstat (limited to 'sux.h')
-rw-r--r-- | sux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ extern WINDOW *scr; extern uint8_t subdbg; #endif +static const uint64_t mem_size = 0x04000000; /* Size of address space. */ + extern uint8_t step; extern uint8_t esc; |