summaryrefslogtreecommitdiff
path: root/x86/x86_stub.S
diff options
context:
space:
mode:
Diffstat (limited to 'x86/x86_stub.S')
-rw-r--r--x86/x86_stub.S2
1 files changed, 2 insertions, 0 deletions
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