X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=inline;f=assembler%2Fmain.c;h=54252dabe95fe89b762524ced673fd3d4a80fd5c;hb=0d23a756ee29394d72a9b74002c1659b4ceecda2;hp=ab79f7eaaa74f13f51c32f33f41d3a8504b53983;hpb=81e43677e8666f7a00ab0ef38050324cc206f248;p=b43-tools.git diff --git a/assembler/main.c b/assembler/main.c index ab79f7e..54252da 100644 --- a/assembler/main.c +++ b/assembler/main.c @@ -823,8 +823,8 @@ static void assemble_instruction(struct assembler_context *ctx, /* Search the last insn. */ if (out->type == OUT_INSN) { if (out->is_jump_insn) { - asm_error(ctx, "RET instruction directly after " - "jump instruction. The hardware won't like this."); + asm_warn(ctx, "RET instruction directly after " + "jump instruction. The hardware won't like this."); } break; }