From 21994864559386f1d11c001d6d27714cbf624a15 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 21 Jun 2024 12:56:30 +0100 Subject: add tests, and make dumping disasm optional --- state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'state.h') 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(); -- cgit v1.2.3