Commit b63f5cf4 authored by ager@chromium.org's avatar ager@chromium.org

Reapply the parts of revision 3545 that did not work because of broken

fixups code on ARM.
Review URL: http://codereview.chromium.org/545025

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3583 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 61a1c089
......@@ -430,7 +430,7 @@ function APPLY_PREPARE(args) {
}
}
length = (args == null) ? 0 : %ToUint32(args.length);
length = (args == null) ? 0 : TO_UINT32(args.length);
// We can handle any number of apply arguments if the stack is
// big enough, but sanity check the value to avoid overflow when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment