Skip to content

Commit

Permalink
Remove debug code from InstructionDecoder_amdgpu_gfx908::decode
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 13, 2023
1 parent aa7b692 commit e2a020b
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -228,10 +228,6 @@ namespace Dyninst {
Instruction InstructionDecoder_amdgpu_gfx908::decode(InstructionDecoder::buffer &b) {
setupInsnWord(b);
mainDecode();
if(entryToCategory(insn_in_progress->getOperation().getID())==c_BranchInsn){
//cout << "Is Branch Instruction !! , name = " << insn_in_progress -> getOperation().mnemonic << endl;
//std::mem_fun(decode_lookup_table[instr_family])(this);
}
b.start += insn_in_progress->size();
return *insn_in_progress;
}
Expand Down

0 comments on commit e2a020b

Please sign in to comment.