mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 765180 - Fix an overzealous assert. r=dvander
This commit is contained in:
parent
2a2f5b06c9
commit
5067b26960
@ -2679,7 +2679,7 @@ IonBuilder::jsop_pos()
|
||||
TypeOracle::Unary types = oracle->unaryOp(script, pc);
|
||||
if (IsNumberType(types.ival)) {
|
||||
// Already int32 or double.
|
||||
JS_ASSERT(types.ival == types.rval);
|
||||
JS_ASSERT(IsNumberType(types.rval));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user