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. --- psp/mips_stub.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'psp') diff --git a/psp/mips_stub.S b/psp/mips_stub.S index 1c4ad4b..62a7731 100644 --- a/psp/mips_stub.S +++ b/psp/mips_stub.S @@ -662,6 +662,7 @@ fnptrs: .global stub_arena .global rom_translation_cache .global ram_translation_cache +.global bios_translation_cache stub_arena: .space STUB_ARENA_SIZE @@ -669,6 +670,8 @@ rom_translation_cache: .space ROM_TRANSLATION_CACHE_SIZE ram_translation_cache: .space RAM_TRANSLATION_CACHE_SIZE +bios_translation_cache: + .space BIOS_TRANSLATION_CACHE_SIZE #endif -- cgit v1.2.3