mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 23:39:14 +00:00
JIT: Reuse trampolines when possible
This commit is contained in:
parent
16d3604211
commit
c7208318fb
4 changed files with 100 additions and 11 deletions
|
@ -20,6 +20,8 @@ struct InstructionInfo
|
|||
bool byteSwap;
|
||||
u64 immediate;
|
||||
s32 displacement;
|
||||
|
||||
bool operator==(const InstructionInfo &other) const;
|
||||
};
|
||||
|
||||
struct ModRM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue