diff options
Diffstat (limited to 'ARMInterpreter_Branch.h')
-rw-r--r-- | ARMInterpreter_Branch.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ARMInterpreter_Branch.h b/ARMInterpreter_Branch.h new file mode 100644 index 0000000..cb7926f --- /dev/null +++ b/ARMInterpreter_Branch.h @@ -0,0 +1,13 @@ + +#ifndef ARMINTERPRETER_BRANCH_H +#define ARMINTERPRETER_BRANCH_H + +namespace ARMInterpreter +{ + +s32 A_B(ARM* cpu); +s32 A_BL(ARM* cpu); + +} + +#endif |