From 3aa34f7503bbb03e9bcd191f8af4fd5faac66d2e Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 5 May 2021 16:20:45 +0000 Subject: Revert "Remove BIOS reserved translation area" This reverts commit fb7ca09b019248b9a0aba481ea55386f71053d73. It seems that commit broke rolling in Minish Cap when using the ARM dynarec. --- x86/x86_stub.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x86') diff --git a/x86/x86_stub.S b/x86/x86_stub.S index 333c8fd..b110787 100644 --- a/x86/x86_stub.S +++ b/x86/x86_stub.S @@ -558,6 +558,8 @@ defsymbl(rom_translation_cache) .space ROM_TRANSLATION_CACHE_SIZE defsymbl(ram_translation_cache) .space RAM_TRANSLATION_CACHE_SIZE +defsymbl(bios_translation_cache) + .space BIOS_TRANSLATION_CACHE_SIZE #endif -- cgit v1.2.3