1
0
mirror of https://github.com/dolphin-emu/dolphin synced 2024-07-08 20:25:52 +00:00

Merge pull request #12785 from JosJuice/jit64-r12-comment

Jit64: Remove outdated comment about R12
This commit is contained in:
Tilka 2024-05-18 14:07:29 +01:00 committed by GitHub
commit 131ca83add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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