From 8c3037662ba572a6935170dbd4cb8cc8a3636417 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 22 Jun 2024 18:22:24 +0100 Subject: compilation of functions, and some parts of interpreting them --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') diff --git a/state.h b/state.h index dab9a97..762d519 100644 --- a/state.h +++ b/state.h @@ -12,6 +12,7 @@ struct _state { Ht globals; bool do_disasm; + bool do_trace; }; State state_new(); -- cgit v1.2.3