General improvements on debugging information

* Don't dump entry point addres, not very interesting
* Handle `nullptr` in `getName`
This commit is contained in:
Alessandro Di Federico
2016-12-01 23:11:14 +01:00
parent f67f7aef77
commit d7c2ca7f7e
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -592,8 +592,6 @@ void CodeGenerator::translate(uint64_t VirtualAddress,
VirtualAddress = Binary.entryPoint();
}
dbg << "Entry address: 0x" << std::hex << VirtualAddress << std::endl;
BasicBlock *Head = JumpTargets.getBlockAt(VirtualAddress);
// Fake jumps to the dispatcher-related basic blocks. This way all the blocks