mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
JIT: Reuse trampolines when possible
This commit is contained in:
@ -20,6 +20,8 @@ struct InstructionInfo
|
||||
bool byteSwap;
|
||||
u64 immediate;
|
||||
s32 displacement;
|
||||
|
||||
bool operator==(const InstructionInfo &other) const;
|
||||
};
|
||||
|
||||
struct ModRM
|
||||
|
Reference in New Issue
Block a user