mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 505416 - http://www.usatoday.com/ crash on sparc. r=gal
This commit is contained in:
parent
130b687fd4
commit
10e00c97c5
@ -859,12 +859,10 @@ namespace nanojit
|
||||
freeRsrcOf(ins, false);
|
||||
if (d)
|
||||
{
|
||||
Register r = registerAlloc(GpRegs);
|
||||
_allocator.addFree(r);
|
||||
STW32(r, d+4, FP);
|
||||
SET32(ins->imm64_0(), r);
|
||||
STW32(r, d, FP);
|
||||
SET32(ins->imm64_1(), r);
|
||||
STW32(L2, d+4, FP);
|
||||
SET32(ins->imm64_0(), L2);
|
||||
STW32(L2, d, FP);
|
||||
SET32(ins->imm64_1(), L2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user