mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 15:39:28 +00:00
MCJIT: Pass the i386 MachO relocation type properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa0cfea9a4
commit
ba9ba9f9bc
@ -57,7 +57,7 @@ void RuntimeDyldMachO::resolveRelocation(uint8_t *LocalAddress,
|
||||
FinalAddress,
|
||||
(uintptr_t)Value,
|
||||
isPCRel,
|
||||
Type,
|
||||
MachoType,
|
||||
Size,
|
||||
Addend);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user