From d8f929755a87ed187cccf7f33609a58f92ba4c7b Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Sat, 1 Jun 2024 17:55:45 +0800 Subject: Detects extensions even if dynarec is disable at runtime (#1546) --- src/core.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit 1.4.1