[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 16 Feb 2013 16:04:29 +0000 (16:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 16 Feb 2013 16:04:29 +0000 (16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175363 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86CompilationCallback_Win64.asm

index f321778db24bbfeca4735ad1369caaf91c6fd323..69b4c71651d71ef1de391405babe761f162ff37e 100644 (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]