aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter_Branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ARMInterpreter_Branch.h')
-rw-r--r--ARMInterpreter_Branch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ARMInterpreter_Branch.h b/ARMInterpreter_Branch.h
index 85fe1d4..25528ba 100644
--- a/ARMInterpreter_Branch.h
+++ b/ARMInterpreter_Branch.h
@@ -7,8 +7,12 @@ namespace ARMInterpreter
s32 A_B(ARM* cpu);
s32 A_BL(ARM* cpu);
+s32 A_BX(ARM* cpu);
+s32 A_BLX_REG(ARM* cpu);
s32 T_BCOND(ARM* cpu);
+s32 T_BX(ARM* cpu);
+s32 T_BLX_REG(ARM* cpu);
}