diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-06 18:24:28 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-06 18:24:28 +0100 |
commit | a701883f4ea83022261304d225eb8225af52b302 (patch) | |
tree | d95127abc4cfa953653bdc550ebada0061678d16 /state.h | |
parent | 0cc8e1fd89aacd54926b61ac3b9c4a2810024b4a (diff) |
fix failing tests
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ struct _state { bool do_disasm; bool do_trace; + bool do_dumpsexpr; }; State state_new(); |