aboutsummaryrefslogtreecommitdiff
path: root/src/ARM_InstrInfo.h
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2019-07-11 16:22:47 +0200
committerRSDuck <rsduck@users.noreply.github.com>2020-04-26 13:02:58 +0200
commitc58fdbd66bab9f1b97e9522afa5436f212540b6d (patch)
tree706d8cbc60e26393451c9c0af9eee91cb3a73ea0 /src/ARM_InstrInfo.h
parentff9721111441e69b4a276a34c757476b625213c6 (diff)
jit: branch instructions
Diffstat (limited to 'src/ARM_InstrInfo.h')
-rw-r--r--src/ARM_InstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ARM_InstrInfo.h b/src/ARM_InstrInfo.h
index dcd938b..51dcfa2 100644
--- a/src/ARM_InstrInfo.h
+++ b/src/ARM_InstrInfo.h
@@ -202,6 +202,7 @@ enum
tk_POP,
tk_LDMIA,
tk_STMIA,
+
tk_BCOND,
tk_BX,
tk_BLX_REG,