From a701883f4ea83022261304d225eb8225af52b302 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 6 Aug 2024 18:24:28 +0100 Subject: fix failing tests --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') 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(); -- cgit v1.2.3