diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 11:23:35 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-29 11:23:35 +0200 |
| commit | f256c48505690dfa39405156f626ca8762d8f1d5 (patch) | |
| tree | 54446bbea1144aa8520b15df63a2ccffd706bfa9 /src/include/debug.h | |
| parent | 71c5447b8ad534f2507c0405a348d902e9374517 (diff) | |
| download | box64-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.h | 2 |
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 |