Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
HN026 committed Jan 19, 2024
1 parent a7e44a6 commit c25b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/asm/arch/6502/6502dis.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ static int _6502Disass(ut64 pc, RzAsmOp *op, const ut8 *buf, ut64 len) {
}
break;
default:
rz_asm_op_set_asm(op, "invalid");
goto beach;
}
return len;
}
}
beach:
rz_asm_op_set_asm(op, "invalid");
return snesDisass(1, 1, pc, op, buf, len);
}

0 comments on commit c25b0e6

Please sign in to comment.