aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter_Branch.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2016-12-03 03:10:26 +0100
committerStapleButter <thetotalworm@gmail.com>2016-12-03 03:10:26 +0100
commitae6e9d96da8aa75636050c9159a6123156d3acbc (patch)
tree7c9cac8e0caaff60c99befd754bba2ab5f7b74ab /ARMInterpreter_Branch.h
parent844ca4505570bef9c6c8b16263a2473f7df9020a (diff)
ARM ALU is done with. as well as other shit.
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 cb7926f..85fe1d4 100644
--- a/ARMInterpreter_Branch.h
+++ b/ARMInterpreter_Branch.h
@@ -8,6 +8,8 @@ namespace ARMInterpreter
s32 A_B(ARM* cpu);
s32 A_BL(ARM* cpu);
+s32 T_BCOND(ARM* cpu);
+
}
#endif