summaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memory.h b/src/memory.h
index 46dd312..a6c51ec 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -25,6 +25,7 @@
25#include "mtstate.h" 25#include "mtstate.h"
26 26
27struct Memory { 27struct Memory {
28 unsigned btdata;
28}; 29};
29 30
30void init_memory(struct Memory *mem); 31void init_memory(struct Memory *mem);