Jit64: Remove outdated comment about R12
This comment was added 15 years ago in1c1425a406
. The bug the comment refers to was fixed one day later in41ce35deb3
.
This commit is contained in:
parent
fd3867ac5b
commit
892bba9768
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue