mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset a3ed62c1d3f6 (bug 1068725)
This commit is contained in:
parent
3a4c793ed0
commit
c387b68c22
@ -1128,7 +1128,7 @@ BacktrackingAllocator::reifyAllocations()
|
||||
|
||||
if (*res != *alloc) {
|
||||
LMoveGroup *group = getInputMoveGroup(inputOf(ins));
|
||||
if (!group->addAfter(sourceAlloc, res, reg->type()))
|
||||
if (!group->addAfter(sourceAlloc, res, def->type()))
|
||||
return false;
|
||||
*alloc = *res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user