mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 06:48:46 +00:00
Kill the remnants of the debug for asm.invhex
This commit is contained in:
parent
ae24a9a4c8
commit
7a5ed6523c
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user