about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-28 16:37:18 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-28 16:37:18 +0100
commit6a9836912d6325e1d3ef1a639b06c5d22722e503 (patch)
tree6b2021779a9e62ee09afcf553148e7f86b4e0963 /src/main.c
parentbdcfd697950197691eff44794d6e8a5f0e1b9a54 (diff)
downloadbox64-6a9836912d6325e1d3ef1a639b06c5d22722e503.tar.gz
box64-6a9836912d6325e1d3ef1a639b06c5d22722e503.zip
[LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that way it's more generic (and sorry about that late minute change)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 14d86798..bf628181 100644
--- a/src/main.c
+++ b/src/main.c
@@ -442,7 +442,7 @@ HWCAP2_ECV
         printf_log(LOG_INFO, " FRINT");
     if(arm64_afp)
         printf_log(LOG_INFO, " AFP");
-#elif defined(LA464)
+#elif defined(LA64)
     printf_log(LOG_INFO, "Dynarec for LoongArch");
 #elif defined(RV64)
     void RV64_Detect_Function();