about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-02-28 16:03:28 +0800
committerptitSeb <sebastien.chev@gmail.com>2022-02-28 16:03:28 +0800
commitc3fd9d03ba22beecc06e9bc2b17525a3a9ed65e1 (patch)
treeca8995a6af869a004e65b2d56841e0060edf9d1b /src/main.c
parent7a539e4ef750978a7f5ac7bd8e6287113ad23492 (diff)
downloadbox64-c3fd9d03ba22beecc06e9bc2b17525a3a9ed65e1.tar.gz
box64-c3fd9d03ba22beecc06e9bc2b17525a3a9ed65e1.zip
[DYNAREC] still working on multiarch
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9a9f1aba..d1b6e8fe 100755
--- a/src/main.c
+++ b/src/main.c
@@ -281,6 +281,11 @@ HWCAP2_ECV
     if(arm64_atomics)
         printf_log(LOG_INFO, " ATOMICS");
     printf_log(LOG_INFO, " PageSize:%d\n", box64_pagesize);
+#elif defined(LA464)
+    printf_log(LOG_INFO, "Dynarec for LoongArch");
+    printf_log(LOG_INFO, " PageSize:%d\n", box64_pagesize);
+#else
+#error Unsupported architecture
 #endif
 }
 #endif