diff options
Diffstat (limited to 'src/ARM_InstrInfo.h')
-rw-r--r-- | src/ARM_InstrInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ARM_InstrInfo.h b/src/ARM_InstrInfo.h index 058981e..0104027 100644 --- a/src/ARM_InstrInfo.h +++ b/src/ARM_InstrInfo.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2022 melonDS team, RSDuck + Copyright 2016-2022 melonDS team This file is part of melonDS. @@ -222,7 +222,7 @@ enum tk_POP, tk_LDMIA, tk_STMIA, - + tk_BCOND, tk_BX, tk_BLX_REG, @@ -278,4 +278,4 @@ Info Decode(bool thumb, u32 num, u32 instr); } -#endif
\ No newline at end of file +#endif |