RESOLVED FIXED 125903
CStack Branch: Fix varargs calls to work on C stack
https://bugs.webkit.org/show_bug.cgi?id=125903
Summary CStack Branch: Fix varargs calls to work on C stack
Michael Saboff
Reported 2013-12-17 18:33:04 PST
Calls to vararg functions need to set the stack pointer after the calleeFrame if calculated and before the call to loadVarargs(). Also, the computing of vararg callee frames need to be stack aligned.
Attachments
Patch (8.77 KB, patch)
2013-12-17 18:36 PST, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2013-12-17 18:36:18 PST
Michael Saboff
Comment 2 2013-12-17 19:42:47 PST
Note You need to log in before you can comment on or make changes to this bug.