diff options
Diffstat (limited to 'ARMInterpreter_Branch.h')
-rw-r--r-- | ARMInterpreter_Branch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ARMInterpreter_Branch.h b/ARMInterpreter_Branch.h index eb60b82..3419286 100644 --- a/ARMInterpreter_Branch.h +++ b/ARMInterpreter_Branch.h @@ -13,6 +13,7 @@ s32 A_BLX_REG(ARM* cpu); s32 T_BCOND(ARM* cpu); s32 T_BX(ARM* cpu); s32 T_BLX_REG(ARM* cpu); +s32 T_B(ARM* cpu); s32 T_BL_LONG_1(ARM* cpu); s32 T_BL_LONG_2(ARM* cpu); |