diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-21 12:56:30 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-21 12:56:30 +0100 |
commit | 21994864559386f1d11c001d6d27714cbf624a15 (patch) | |
tree | b9a5e76bdc8be9a41970cd6620aab7a3637b7e6a /state.h | |
parent | 671645c370498955eb101695bd9099bf4caf5aea (diff) |
add tests, and make dumping disasm optional
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ struct _state { Thread *th; Ht strings; Ht globals; + + bool do_disasm; }; State state_new(); |