mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Don't attempt to verify that the stack will be aligned, because it may not be. (bug 807156, r=djvj)
This commit is contained in:
parent
3475c86d5f
commit
eee5a68da1
@ -471,7 +471,6 @@ struct GetNativePropertyStub
|
||||
|
||||
// TODO: ensure stack is aligned?
|
||||
DebugOnly<uint32> initialStack = masm.framePushed();
|
||||
masm.checkStackAlignment();
|
||||
|
||||
Label success, exception;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user