mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 881382 - Cleanup some ARM code to be more consistent with the corresponding x86 code. r=mjrosenb
This commit is contained in:
parent
a8991d3096
commit
c0bf98ea85
@ -41,9 +41,7 @@ LIRGeneratorARM::useBoxFixed(LInstruction *lir, size_t n, MDefinition *mir, Regi
|
||||
bool
|
||||
LIRGeneratorARM::lowerConstantDouble(double d, MInstruction *mir)
|
||||
{
|
||||
uint32_t index;
|
||||
LDouble *lir = new LDouble(d);
|
||||
return define(lir, mir);
|
||||
return define(new LDouble(d), mir);
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user