RESOLVED FIXED Bug 124361
REGRESSION (r159276): rbp register overwritten in Win 64 version of callToJavascript stub
https://bugs.webkit.org/show_bug.cgi?id=124361
Summary REGRESSION (r159276): rbp register overwritten in Win 64 version of callToJav...
Michael Saboff
Reported 2013-11-14 08:52:35 PST
In the inline assembly stub for MSVC X86_64, there is an error in the instruction to save RBP: push rbp => mov rbp, rax ; Save previous frame pointer mov rbp, rsp MS inline assembly is Intel format (i.e. <opcode> <dest>, <src>, ...) The rbp and tax need to be swapped.
Attachments
Patch (1.12 KB, patch)
2013-11-14 09:01 PST, Michael Saboff
oliver: review+
Michael Saboff
Comment 1 2013-11-14 09:01:18 PST
Michael Saboff
Comment 2 2013-11-14 10:11:15 PST
Note You need to log in before you can comment on or make changes to this bug.