mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Dont' forget to switch back to decimal output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45730d71b6
commit
3104db054a
@ -80,7 +80,8 @@ void X86JITInfo::replaceMachineCodeForFunction (void *Old, void *New) {
|
||||
///
|
||||
unsigned JITResolver::addFunctionReference(unsigned Address, Function *F) {
|
||||
DEBUG(std::cerr << "Emitting lazily resolved reference to function '"
|
||||
<< F->getName() << "' at address " << std::hex << Address << "\n");
|
||||
<< F->getName() << "' at address " << std::hex << Address
|
||||
<< std::dec << "\n");
|
||||
LazyCodeGenMap[Address] = F;
|
||||
return (intptr_t)&JITResolver::CompilationCallback;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user