From 46cad2958a815ab544bcbb504d02eee6bdb7b6e1 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Tue, 16 Mar 2021 01:02:10 +0100 Subject: Move a few more registers to context This gets rid of some more absolute addrs in the MIPS dynarec. Tested on several platforms, we should be good. --- arm/arm_stub.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm/arm_stub.S') diff --git a/arm/arm_stub.S b/arm/arm_stub.S index 61b2301..6f1486d 100644 --- a/arm/arm_stub.S +++ b/arm/arm_stub.S @@ -771,6 +771,8 @@ execute_load_builder(u32, 32, ldrne, #0xF0000000) .comm memory_map_write 0x8000 .comm palette_ram 0x400 .comm palette_ram_converted 0x400 +.comm spsr 24 +.comm reg_mode 196 .globl reg .globl _reg -- cgit v1.2.3