Skip to content

Commit

Permalink
remove extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Allen Goldstein committed Jul 11, 2024
1 parent 8e6b831 commit fa2d983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/trace_read_cpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -791,11 +791,9 @@ inst_info_s *cpu_decoder_c::convert_pinuop_to_t_uop(void *trace_info,
ASSERT(info);

num_uop = info->m_trace_info.m_num_uop;
//std::cout << "start key_addr " << (pi->m_instruction_addr << 3) << std::endl;
for (ii = 0; ii < num_uop; ++ii) {
if (ii > 0) {
key_addr = ((pi->m_instruction_addr << 3) + ii);
//std::cout << "key_addr " << key_addr << std::endl;
info = htable->hash_table_access_create(key_addr, &new_entry);
}
ASSERTM(!new_entry, "Core id %d index %d", core_id, ii);
Expand Down

0 comments on commit fa2d983

Please sign in to comment.