RESOLVED FIXED 124006
returnFromJavaScript() for ARM_THUMB2 uses push()s which should be pop()s
https://bugs.webkit.org/show_bug.cgi?id=124006
Summary returnFromJavaScript() for ARM_THUMB2 uses push()s which should be pop()s
Michael Saboff
Reported 2013-11-07 11:27:55 PST
returnFromJavaScript() in jit/ThunkGenerators.cpp which is responsible for restoring register state after a call to JavaScript code inadvertently has push() instead of pop() for the ARM_THUMB2 case. This is a copy/paste error from change set r158751: <http://trac.webkit.org/changeset/158751>.
Attachments
Patch for landing (1.80 KB, patch)
2013-11-07 11:30 PST, Michael Saboff
no flags
Michael Saboff
Comment 1 2013-11-07 11:30:40 PST
Created attachment 216321 [details] Patch for landing This patch has already been reviewed.
Michael Saboff
Comment 2 2013-11-07 11:31:26 PST
Note You need to log in before you can comment on or make changes to this bug.