about summary refs log tree commit diff stats
path: root/src/tools/rcfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rcfile.c')
-rw-r--r--src/tools/rcfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c
index 247d821e..5cbd421c 100644
--- a/src/tools/rcfile.c
+++ b/src/tools/rcfile.c
@@ -768,7 +768,7 @@ void internal_ApplyParams(const char* name, const my_params_t* param) {
         box64_dynarec_x87double = 1;
         box64_dynarec_div0 = 1;
         box64_dynarec_callret = 0;
-        #ifdef RV64
+        #if defined(RV64) || defined(LA64) 
         box64_dynarec_nativeflags = 0;
         #endif
     }