diff options
Diffstat (limited to 'ARMInterpreter_LoadStore.h')
-rw-r--r-- | ARMInterpreter_LoadStore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ARMInterpreter_LoadStore.h b/ARMInterpreter_LoadStore.h index 4759d1f..773d1ba 100644 --- a/ARMInterpreter_LoadStore.h +++ b/ARMInterpreter_LoadStore.h @@ -40,6 +40,9 @@ A_PROTO_HD_LDRSTR(LDRSH) s32 A_LDM(ARM* cpu); s32 A_STM(ARM* cpu); +s32 A_SWP(ARM* cpu); +s32 A_SWPB(ARM* cpu); + s32 T_LDR_PCREL(ARM* cpu); |