From 892bba9768473cb829864c9cf2d3ace612df86b8 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 18 May 2024 14:54:22 +0200 Subject: [PATCH] Jit64: Remove outdated comment about R12 This comment was added 15 years ago in 1c1425a406. The bug the comment refers to was fixed one day later in 41ce35deb3. --- Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp b/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp index e2904516ad11..ca30e15784a2 100644 --- a/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp +++ b/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp @@ -33,8 +33,6 @@ OpArg GPRRegCache::GetDefaultLocation(preg_t preg) const std::span GPRRegCache::GetAllocationOrder() const { static constexpr X64Reg allocation_order[] = { -// R12, when used as base register, for example in a LEA, can generate bad code! Need to look into -// this. #ifdef _WIN32 RSI, RDI, R13, R14, R15, R8, R9, R10, R11, R12, RCX