aboutsummaryrefslogtreecommitdiff
path: root/src/ARM_InstrInfo.h
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2019-09-08 14:48:20 +0200
committerRSDuck <rsduck@users.noreply.github.com>2020-06-16 11:56:02 +0200
commit0e26aa4edeafa0dab57d6e5a1b77e1a80c6ae3c4 (patch)
tree55f9d6d3d9b74149127f827bdfb5a44896c79521 /src/ARM_InstrInfo.h
parent85680d6fe56a701d85f7312766764615fab2f012 (diff)
load register only if needed
- do thumb bl long merge in the first step - preparations for better branch jitting
Diffstat (limited to 'src/ARM_InstrInfo.h')
-rw-r--r--src/ARM_InstrInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ARM_InstrInfo.h b/src/ARM_InstrInfo.h
index 5336837..d01c600 100644
--- a/src/ARM_InstrInfo.h
+++ b/src/ARM_InstrInfo.h
@@ -212,6 +212,9 @@ enum
tk_UNK,
tk_SVC,
+ // not a real instruction
+ tk_BL_LONG,
+
tk_Count
};