diff options
| author | degasus <wickmarkus@web.de> | 2018-06-21 22:39:15 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2018-06-21 22:39:15 +0200 |
| commit | ecf86bbf7b5838c370649d71c0e48d8d9eaa6bd2 (patch) | |
| tree | 0bbb5fb30eb2e216d0ee3c906abd9bbc6b797324 /Source | |
| parent | 77f6e50493c0433391a4da1815b09d85d1a36247 (diff) | |
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.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp index 9f58e8135d..64532c968f 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_RegCache.cpp @@ -338,7 +338,6 @@ void Arm64GPRCache::GetAllocationOrder() W19, // Caller saved - W18, W17, W16, W15, |
