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:
Marty Rosenberg 2012-11-08 11:14:24 -05:00
parent 3475c86d5f
commit eee5a68da1

View File

@ -471,7 +471,6 @@ struct GetNativePropertyStub
// TODO: ensure stack is aligned?
DebugOnly<uint32> initialStack = masm.framePushed();
masm.checkStackAlignment();
Label success, exception;