import-trace: diagnostics typo
Change-Id: Ic02f66884a300dd081c61ac911cd3d5767f08744
This commit is contained in:
@ -226,7 +226,7 @@ bool RegisterImporter::trace_end_reached()
|
|||||||
const RegNotFound& rnf = it->second;
|
const RegNotFound& rnf = it->second;
|
||||||
LOG << "Capstone register " << std::dec << id
|
LOG << "Capstone register " << std::dec << id
|
||||||
/* << " \"" << disas->getRegisterInfo().getName(id) << "\": " */
|
/* << " \"" << disas->getRegisterInfo().getName(id) << "\": " */
|
||||||
<< "seen " << rnf.count << " times in the trace" << std::endl;
|
<< " seen " << rnf.count << " times in the trace" << std::endl;
|
||||||
std::ostream& o = LOG << " corresponding instruction addresses in ELF binary: " << std::hex;
|
std::ostream& o = LOG << " corresponding instruction addresses in ELF binary: " << std::hex;
|
||||||
for (auto addr_it = rnf.address.cbegin(); addr_it != rnf.address.cend(); ++addr_it) {
|
for (auto addr_it = rnf.address.cbegin(); addr_it != rnf.address.cend(); ++addr_it) {
|
||||||
if (addr_it != rnf.address.cbegin()) {
|
if (addr_it != rnf.address.cbegin()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user