Skip to content

Commit

Permalink
Merge pull request #12785 from JosJuice/jit64-r12-comment
Browse files Browse the repository at this point in the history
Jit64: Remove outdated comment about R12
  • Loading branch information
Tilka committed May 18, 2024
2 parents fd3867a + 892bba9 commit 131ca83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ OpArg GPRRegCache::GetDefaultLocation(preg_t preg) const
std::span<const X64Reg> 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
Expand Down

0 comments on commit 131ca83

Please sign in to comment.