Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
2008-09-15 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej Stachowiak. Bug 20863: ASSERTION FAILED: addressOffset < instructions.size() in CodeBlock::getHandlerForVPC <https://bugs.webkit.org/show_bug.cgi?id=20863> r36427 changed the number of arguments to op_construct without changing the argument index for the vPC in the call to initializeCallFrame() in the CTI case. This caused a JSC test failure. Correcting the argument index fixes the test failure. * VM/Machine.cpp: (JSC::Machine::cti_op_construct_JSConstruct): Canonical link: https://commits.webkit.org/28761@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@36472 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information