mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
Unbreak build on x86-64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e4d5b6002
commit
5e8fb81353
@ -395,7 +395,7 @@ X86JITInfo::getLazyResolverFunction(JITCompilerFn F) {
|
||||
void *X86JITInfo::emitGlobalValueLazyPtr(const GlobalValue* GV, void *ptr,
|
||||
MachineCodeEmitter &MCE) {
|
||||
#if defined (X86_64_JIT)
|
||||
MCE.startFunctionStub(8, 8);
|
||||
MCE.startFunctionStub(GV, 8, 8);
|
||||
MCE.emitWordLE(((unsigned *)&ptr)[0]);
|
||||
MCE.emitWordLE(((unsigned *)&ptr)[1]);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user