mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
load register only if needed
- do thumb bl long merge in the first step - preparations for better branch jitting
This commit is contained in:
@ -212,6 +212,9 @@ enum
|
||||
tk_UNK,
|
||||
tk_SVC,
|
||||
|
||||
// not a real instruction
|
||||
tk_BL_LONG,
|
||||
|
||||
tk_Count
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user