diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c index ebf88caf..007f578a 100644 --- a/src/core.c +++ b/src/core.c @@ -962,6 +962,9 @@ void LoadLogEnv() box64_dynarec_x87double = 1; box64_dynarec_div0 = 1; box64_dynarec_callret = 0; + #ifdef RV64 + box64_dynarec_nativeflags = 0; + #endif printf_log(LOG_INFO, "Dynarec will compare it's execution with the interpreter (super slow, only for testing)\n"); } } |