load register only if needed

- do thumb bl long merge in the first step
- preparations for better branch jitting
This commit is contained in:
RSDuck
2019-09-08 14:48:20 +02:00
parent 85680d6fe5
commit 0e26aa4ede
7 changed files with 48 additions and 32 deletions

View File

@ -212,6 +212,9 @@ enum
tk_UNK,
tk_SVC,
// not a real instruction
tk_BL_LONG,
tk_Count
};