mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed recent softfloat filter regression in TM ARM code (bug 535957, r=dvander).
This commit is contained in:
parent
f1735535c8
commit
31998e704d
@ -1745,7 +1745,7 @@ static const CallInfo *
|
||||
fcallinfo(LIns *i)
|
||||
{
|
||||
if (nanojit::AvmCore::config.soft_float) {
|
||||
if (i->isop(LIR_qjoin))
|
||||
if (!i->isop(LIR_qjoin))
|
||||
return NULL;
|
||||
i = i->oprnd1();
|
||||
return i->isop(LIR_icall) ? i->callInfo() : NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user