summaryrefslogtreecommitdiff
path: root/psp/mips_stub.S
diff options
context:
space:
mode:
Diffstat (limited to 'psp/mips_stub.S')
-rw-r--r--psp/mips_stub.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/psp/mips_stub.S b/psp/mips_stub.S
index 7b9bcb0..eb672c7 100644
--- a/psp/mips_stub.S
+++ b/psp/mips_stub.S
@@ -685,6 +685,7 @@ fnptrs:
.global stub_arena
.global rom_translation_cache
.global ram_translation_cache
+.global bios_translation_cache
stub_arena:
.space STUB_ARENA_SIZE
@@ -692,6 +693,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