diff options
author | RSDuck <rsduck@users.noreply.github.com> | 2019-09-08 14:48:20 +0200 |
---|---|---|
committer | RSDuck <rsduck@users.noreply.github.com> | 2020-06-16 11:56:02 +0200 |
commit | 0e26aa4edeafa0dab57d6e5a1b77e1a80c6ae3c4 (patch) | |
tree | 55f9d6d3d9b74149127f827bdfb5a44896c79521 /src/ARM_InstrInfo.h | |
parent | 85680d6fe56a701d85f7312766764615fab2f012 (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.h | 3 |
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 }; |