about summary refs log tree commit diff stats
path: root/src/include/env.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-19 19:06:38 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-19 19:06:38 +0200
commit0833a07a65da8e786041666a815f2df87dccaa7e (patch)
tree9dafa7e7c7ae9358bafab3ff368866d6175267e9 /src/include/env.h
parentaa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c (diff)
downloadbox64-0833a07a65da8e786041666a815f2df87dccaa7e.tar.gz
box64-0833a07a65da8e786041666a815f2df87dccaa7e.zip
[DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs it
Diffstat (limited to 'src/include/env.h')
-rw-r--r--src/include/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/env.h b/src/include/env.h
index 6b793881..546fc7fe 100644
--- a/src/include/env.h
+++ b/src/include/env.h
@@ -70,6 +70,7 @@ extern char* ftrace_name;
     BOOLEAN(BOX64_DYNAREC_WAIT, dynarec_wait, 1, 1)                           \
     INTEGER(BOX64_DYNAREC_WEAKBARRIER, dynarec_weakbarrier, 1, 0, 2, 1)       \
     INTEGER(BOX64_DYNAREC_X87DOUBLE, dynarec_x87double, 0, 0, 2, 1)           \
+    BOOLEAN(BOX64_DYNAREC_INTERP_SIGNAL, dynarec_interp_signal, 0, 1)         \
     STRING(BOX64_EMULATED_LIBS, emulated_libs, 0)                             \
     STRING(BOX64_ENV, env, 0)                                                 \
     STRING(BOX64_ENV1, env1, 0)                                               \