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:
degasus 2018-06-21 22:39:15 +02:00
parent 77f6e50493
commit ecf86bbf7b
1 changed files with 0 additions and 1 deletions

View File

@ -338,7 +338,6 @@ void Arm64GPRCache::GetAllocationOrder()
W19, W19,
// Caller saved // Caller saved
W18,
W17, W17,
W16, W16,
W15, W15,