summaryrefslogtreecommitdiff
path: root/sux.h
diff options
context:
space:
mode:
Diffstat (limited to 'sux.h')
-rw-r--r--sux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sux.h b/sux.h
index 9ac0ffc..4ff992e 100644
--- a/sux.h
+++ b/sux.h
@@ -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;