about summary refs log tree commit diff stats
path: root/src/core.c
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-05-23 16:51:07 +0800
committerGitHub <noreply@github.com>2024-05-23 10:51:07 +0200
commit080cc772083be446132557e3b2e6aad1b59c0e3f (patch)
tree43ba80b09892ce59c8d4143f99248146132eb25e /src/core.c
parent7ebd92be7dab9f3959c8c25f73d3637ddcd72149 (diff)
downloadbox64-080cc772083be446132557e3b2e6aad1b59c0e3f.tar.gz
box64-080cc772083be446132557e3b2e6aad1b59c0e3f.zip
[LA64_DYNAREC] Added more opcodes (#1525)
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index b1a552bb..c8a56384 100644
--- a/src/core.c
+++ b/src/core.c
@@ -473,7 +473,7 @@ HWCAP2_ECV
         if (la64_lbt = (cpucfg2 >> 18) & 0b1)
             printf_log(LOG_INFO, " LBT_X86");
         if (la64_lam_bh = (cpucfg2 >> 27) & 0b1)
-            printf_log(LOG_INFO, " LAM_BT");
+            printf_log(LOG_INFO, " LAM_BH");
         if (la64_lamcas = (cpucfg2 >> 28) & 0b1)
             printf_log(LOG_INFO, " LAMCAS");
         if (la64_scq = (cpucfg2 >> 30) & 0b1)