https://bugs.webkit.org/show_bug.cgi?id=150737
Reviewed by Geoffrey Garen.
Need to make the same change for Windows X86-64 as was made in change set
http://trac.webkit.org/changeset/191765.
* jit/JITStubsMSVC64.asm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@191835
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-10-30 Michael Saboff <msaboff@apple.com>
+
+ Windows X86-64 change for Crash making a tail call from a getter to a host function
+ https://bugs.webkit.org/show_bug.cgi?id=150737
+
+ Reviewed by Geoffrey Garen.
+
+ Need to make the same change for Windows X86-64 as was made in change set
+ http://trac.webkit.org/changeset/191765.
+
+ * jit/JITStubsMSVC64.asm:
+
2015-10-30 Keith Miller <keith_miller@apple.com>
Unreviewed, forgot to mark tests as passing for new feature.
_TEXT SEGMENT
getHostCallReturnValue PROC
- mov rcx, rbp
+ lea rcx, [rsp - 8]
; Allocate space for all 4 parameter registers, and align stack pointer to 16 bytes boundary by allocating another 8 bytes.
; The stack alignment is needed to fix a crash in the CRT library on a floating point instruction.
sub rsp, 40