Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 6, 2018
1 parent 100434a commit 29e2cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/disasm_thumb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ string Disassembler::disasm_thumb_hi_reg_op(ARM_CPU &cpu, uint16_t instruction)
use_dest = false;
break;
default:
printf("High-reg Thumb opcode $%02X not recognized\n", opcode);
exit(2);
}

Expand Down

0 comments on commit 29e2cea

Please sign in to comment.