mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.
For now, (defined(X86_64_JIT) && defined(__CYGWIN__)) satisfies Cygwin64. llvm-svn: 189437
This commit is contained in:
parent
ad1675ea4f
commit
4c6132ae17
@ -127,7 +127,7 @@ extern "C" {
|
||||
"movaps %xmm6, 96(%rsp)\n"
|
||||
"movaps %xmm7, 112(%rsp)\n"
|
||||
// JIT callee
|
||||
#ifdef _WIN64
|
||||
#if defined(_WIN64) || defined(__CYGWIN__)
|
||||
"subq $32, %rsp\n"
|
||||
"movq %rbp, %rcx\n" // Pass prev frame and return address
|
||||
"movq 8(%rbp), %rdx\n"
|
||||
|
Loading…
Reference in New Issue
Block a user