about summary refs log tree commit diff stats
path: root/src/tools/rcfile.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-12-25 01:58:49 +0800
committerGitHub <noreply@github.com>2024-12-24 18:58:49 +0100
commit1b262dac29a98b6aeef171a1172eb2bf7b7d3f39 (patch)
tree8962b5032df97e19a290659ad5440c999a8c3df7 /src/tools/rcfile.c
parent3b15ef1cb57180d3d68d56b67126101a46672188 (diff)
downloadbox64-1b262dac29a98b6aeef171a1172eb2bf7b7d3f39.tar.gz
box64-1b262dac29a98b6aeef171a1172eb2bf7b7d3f39.zip
[LA64_DYNAREC] Added nativeflags support (#2202)
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
     }