about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-06-01 17:55:45 +0800
committerGitHub <noreply@github.com>2024-06-01 11:55:45 +0200
commitd8f929755a87ed187cccf7f33609a58f92ba4c7b (patch)
tree05c8f63609597a4a6ed45a35697eb97be9a24e32 /src
parent031685e0a7aa5d955e243d5a45a145fe16e44be4 (diff)
downloadbox64-d8f929755a87ed187cccf7f33609a58f92ba4c7b.tar.gz
box64-d8f929755a87ed187cccf7f33609a58f92ba4c7b.zip
Detects extensions even if dynarec is disable at runtime (#1546)
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.c b/src/core.c
index 6d103995..01e40fd9 100644
--- a/src/core.c
+++ b/src/core.c
@@ -275,8 +275,6 @@ int getNCpu();
 #ifdef DYNAREC
 void GatherDynarecExtensions()
 {
-    if(box64_dynarec==0)    // no need to check if no dynarec
-        return;
 #ifdef ARM64
 /*
 HWCAP_FP