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:
parent
77f6e50493
commit
ecf86bbf7b
|
@ -338,7 +338,6 @@ void Arm64GPRCache::GetAllocationOrder()
|
||||||
W19,
|
W19,
|
||||||
|
|
||||||
// Caller saved
|
// Caller saved
|
||||||
W18,
|
|
||||||
W17,
|
W17,
|
||||||
W16,
|
W16,
|
||||||
W15,
|
W15,
|
||||||
|
|
Loading…
Reference in New Issue