about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-04-29 11:23:35 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-04-29 11:23:35 +0200
commitf256c48505690dfa39405156f626ca8762d8f1d5 (patch)
tree54446bbea1144aa8520b15df63a2ccffd706bfa9 /src/include/debug.h
parent71c5447b8ad534f2507c0405a348d902e9374517 (diff)
downloadbox64-f256c48505690dfa39405156f626ca8762d8f1d5.tar.gz
box64-f256c48505690dfa39405156f626ca8762d8f1d5.zip
Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 8d75a5c5..c4ea7ab1 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -30,7 +30,6 @@ extern int box64_dynarec_div0;
 extern int box64_dynarec_safeflags;
 extern int box64_dynarec_callret;
 extern int box64_dynarec_bleeding_edge;
-extern int box64_dynarec_jvm;
 extern int box64_dynarec_tbb;
 extern int box64_dynarec_wait;
 extern int box64_dynarec_missing;
@@ -69,6 +68,7 @@ extern int la64_scq;
 #endif
 #endif
 extern int box64_libcef;
+extern int box64_jvm;
 extern int box64_sdl2_jguid;
 extern int dlsym_error;    // log dlsym error
 extern int cycle_log;      // if using rolling logs