import-trace: diagnostics typo

Change-Id: Ic02f66884a300dd081c61ac911cd3d5767f08744
This commit is contained in:
Horst Schirmeier
2020-07-06 17:33:04 +02:00
parent 5e80a59058
commit 8421e1ef03

View File

@ -226,7 +226,7 @@ bool RegisterImporter::trace_end_reached()
const RegNotFound& rnf = it->second;
LOG << "Capstone register " << std::dec << 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;
for (auto addr_it = rnf.address.cbegin(); addr_it != rnf.address.cend(); ++addr_it) {
if (addr_it != rnf.address.cbegin()) {