summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.h b/state.h
index 9563376..dab9a97 100644
--- a/state.h
+++ b/state.h
@@ -10,6 +10,8 @@ struct _state {
Thread *th;
Ht strings;
Ht globals;
+
+ bool do_disasm;
};
State state_new();