mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
fix build on amd64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
970a419633
commit
a9ebd2b91f
@ -872,7 +872,7 @@ bool JITEmitter::finishFunction(MachineFunction &F) {
|
||||
Disassembler::X86_32, (uint32_t)FnStart);
|
||||
#elif defined(__amd64__) || defined(__x86_64__)
|
||||
<< disassembleBuffer(FnStart, FnEnd-FnStart,
|
||||
Disassembler::X86_64, (uint32_t)FnStart);
|
||||
Disassembler::X86_64, (uint64_t)FnStart);
|
||||
#else
|
||||
<< "N/A\n";
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user