aboutsummaryrefslogtreecommitdiffstats
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 @@
#include "mtstate.h"
struct Memory {
+ unsigned btdata;
};
void init_memory(struct Memory *mem);