about summary refs log tree commit diff stats
path: root/src/tools/env.c
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-07-21 14:59:40 +0800
committerGitHub <noreply@github.com>2025-07-21 08:59:40 +0200
commit8271d37539068bb5fd9ab5b32d4aee2c0b52aae8 (patch)
treecbdbc348b47d648bbaab0f8aae37b54a377f8b20 /src/tools/env.c
parent206e3cd5616089b8dd7d569e9537a84c7363c299 (diff)
downloadbox64-8271d37539068bb5fd9ab5b32d4aee2c0b52aae8.tar.gz
box64-8271d37539068bb5fd9ab5b32d4aee2c0b52aae8.zip
[DYNACACHE]LA64] Enabled dynacache for LA64 (#2836)
* [DYNACACHE]LA64] Enabled dynacache for LA64

* review
Diffstat (limited to 'src/tools/env.c')
-rw-r--r--src/tools/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/env.c b/src/tools/env.c
index 1680fdfe..877a9fc8 100644
--- a/src/tools/env.c
+++ b/src/tools/env.c
@@ -811,7 +811,7 @@ done:
 #elif defined(RV64)
 #define ARCH_VERSION SET_VERSION(0, 0, 1)
 #elif defined(LA64)
-#define ARCH_VERSION SET_VERSION(0, 0, 0)
+#define ARCH_VERSION SET_VERSION(0, 0, 1)
 #else
 #error meh!
 #endif