Kill the remnants of the debug for asm.invhex

This commit is contained in:
Anton Kochkov 2015-09-15 18:37:29 +03:00
parent ae24a9a4c8
commit 7a5ed6523c

View File

@ -334,7 +334,6 @@ R_API int r_asm_disassemble(RAsm *a, RAsmOp *op, const ut8 *buf, int len) {
if (op->size <1 || !strcmp (op->buf_asm, "invalid")) {
if (a->invhex) {
eprintf ("ksajdf (%s)\n", op->buf_asm);
ut32 b;
if(a->big_endian) {
b = buf[0] << 24 | buf[1] << 16 | buf[2] << 8 | buf[3];