Skip to content

Commit

Permalink
Removed print out.
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson committed Sep 20, 2024
1 parent e216d7d commit 8ea3727
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/arch/riscv/InstructionMetadata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ InstructionMetadata::InstructionMetadata(const cs_insn& insn)
std::memcpy(operands, insn.detail->riscv.operands,
sizeof(cs_riscv_op) * operandCount);

std::cerr << std::hex << (unsigned)encoding[0] << " " << (unsigned)encoding[1]
<< " " << (unsigned)encoding[2] << " " << (unsigned)encoding[3]
<< std::dec << std::endl;

convertCompressedInstruction(insn);
alterPseudoInstructions(insn);
}
Expand Down

0 comments on commit 8ea3727

Please sign in to comment.