Bug 1136337 - IonMonkey: Override default alias set for MCheckOverRecursed, r=sstangl

This commit is contained in:
Hannes Verschore 2015-02-25 15:22:49 +01:00
parent e84137724c
commit f634715801

View File

@ -6737,6 +6737,9 @@ class MCheckOverRecursed
static MCheckOverRecursed *New(TempAllocator &alloc) {
return new(alloc) MCheckOverRecursed();
}
AliasSet getAliasSet() const MOZ_OVERRIDE {
return AliasSet::None();
}
};
// Check whether we need to fire the interrupt handler.