mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Bug 898832: Fix topcrash regression, r=bhackett
This commit is contained in:
parent
febf24bb96
commit
90751a9857
@ -5073,6 +5073,9 @@ ArgumentTypesMatch(MDefinition *def, types::StackTypeSet *calleeTypes)
|
||||
if (def->type() == MIRType_Value)
|
||||
return false;
|
||||
|
||||
if (def->type() == MIRType_Object)
|
||||
return calleeTypes->unknownObject();
|
||||
|
||||
return calleeTypes->mightBeType(ValueTypeFromMIRType(def->type()));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user