[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-02-16 16:04:29 +00:00
parent b717a50847
commit 3d6417d170

View File

@ -11,7 +11,7 @@
;;
;;===----------------------------------------------------------------------===
extrn X86CompilationCallback2: PROC
extrn LLVMX86CompilationCallback2: PROC
.code
X86CompilationCallback proc
@ -42,7 +42,7 @@ X86CompilationCallback proc
; Pass prev frame and return address.
mov rcx, rbp
mov rdx, qword ptr [rbp+8]
call X86CompilationCallback2
call LLVMX86CompilationCallback2
; Restore all XMM arg registers.
movaps xmm3, [rsp+48+32]