mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
JitArm64: Initial implementation of the BLR optimization.
This commit is contained in:
@ -58,6 +58,7 @@ struct JitBlock
|
||||
u8* exitPtrs; // to be able to rewrite the exit jump
|
||||
u32 exitAddress;
|
||||
bool linkStatus; // is it already linked?
|
||||
bool call;
|
||||
};
|
||||
std::vector<LinkData> linkData;
|
||||
|
||||
|
Reference in New Issue
Block a user