mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-29 10:29:32 -06:00
JitArm64: Drop the plattform register.
This register is defined as "optional reserved" within the aarch64 ABI. Linux doesn't use it, but we must not modify it on ios or windows. As we have plenty of registers on aarch64, let's just always skip this one.
This commit is contained in:
@ -338,7 +338,6 @@ void Arm64GPRCache::GetAllocationOrder()
|
||||
W19,
|
||||
|
||||
// Caller saved
|
||||
W18,
|
||||
W17,
|
||||
W16,
|
||||
W15,
|
||||
|
Reference in New Issue
Block a user