mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1136337 - IonMonkey: Override default alias set for MCheckOverRecursed, r=sstangl
This commit is contained in:
parent
bfa1229df0
commit
3369a947d6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user