mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1169355 - Remove unnecessary assertion, r=jandem.
This commit is contained in:
parent
b6617f8dcb
commit
ac6e2d037b
@ -133,7 +133,6 @@ MacroAssembler::guardObjectType(Register obj, const TypeSet *types,
|
||||
{
|
||||
MOZ_ASSERT(!types->unknown());
|
||||
MOZ_ASSERT(!types->hasType(TypeSet::AnyObjectType()));
|
||||
MOZ_ASSERT(types->getObjectCount());
|
||||
MOZ_ASSERT(scratch != InvalidReg);
|
||||
|
||||
// Note: this method elides read barriers on values read from type sets, as
|
||||
|
Loading…
Reference in New Issue
Block a user