mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1019413 - IonMonkey: do not apply actualOffset() to the safepoint stream offsets. r=nbp
This commit is contained in:
parent
8403891baa
commit
cc4054c86f
@ -1392,7 +1392,6 @@ class LSafepoint : public TempObject
|
||||
}
|
||||
void fixupOffset(MacroAssembler *masm) {
|
||||
osiCallPointOffset_ = masm->actualOffset(osiCallPointOffset_);
|
||||
safepointOffset_ = masm->actualOffset(safepointOffset_);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user