mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Print address out as hex.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f75bab7756
commit
8631ac4b76
@ -449,7 +449,7 @@ int64_t SparcV9CodeEmitter::getMachineOpValue(MachineInstr &MI,
|
||||
if (ConstantMap.find(C) != ConstantMap.end()) {
|
||||
rv = MCE.getConstantPoolEntryAddress(ConstantMap[C]);
|
||||
} else {
|
||||
std::cerr << "Constant: 0x" << std::hex << &*C << std::dec
|
||||
std::cerr << "Constant: 0x" << std::hex << (intptr_t)C
|
||||
<< ", " << *V << " not found in ConstantMap!\n";
|
||||
abort();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user