aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter_Branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ARMInterpreter_Branch.h')
-rw-r--r--ARMInterpreter_Branch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMInterpreter_Branch.h b/ARMInterpreter_Branch.h
index 25528ba..eb60b82 100644
--- a/ARMInterpreter_Branch.h
+++ b/ARMInterpreter_Branch.h
@@ -13,6 +13,8 @@ s32 A_BLX_REG(ARM* cpu);
s32 T_BCOND(ARM* cpu);
s32 T_BX(ARM* cpu);
s32 T_BLX_REG(ARM* cpu);
+s32 T_BL_LONG_1(ARM* cpu);
+s32 T_BL_LONG_2(ARM* cpu);
}