summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-08-06 18:24:28 +0100
committerubq323 <ubq323@ubq323.website>2024-08-06 18:24:28 +0100
commita701883f4ea83022261304d225eb8225af52b302 (patch)
treed95127abc4cfa953653bdc550ebada0061678d16 /state.h
parent0cc8e1fd89aacd54926b61ac3b9c4a2810024b4a (diff)
fix failing tests
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 762d519..b59e4d5 100644
--- a/state.h
+++ b/state.h
@@ -13,6 +13,7 @@ struct _state {
bool do_disasm;
bool do_trace;
+ bool do_dumpsexpr;
};
State state_new();