Revert "No safe sanity check for dbgundef"
This reverts commit ee4949777fd988b76b9f854a2523a64a6dcdf591.
This commit is contained in:
parent
dd6ec9bc9b
commit
3446cd3df6
@ -220,7 +220,6 @@ safe_sanity_check(IsLast, Op, Args) ->
|
|||||||
true ->
|
true ->
|
||||||
case IsLast == aeb_fate_opcodes:end_bb(Op) of
|
case IsLast == aeb_fate_opcodes:end_bb(Op) of
|
||||||
true -> ok;
|
true -> ok;
|
||||||
false when Op == 6 -> ok;
|
|
||||||
false -> error({wrong_opcode_in_bb, Op})
|
false -> error({wrong_opcode_in_bb, Op})
|
||||||
end;
|
end;
|
||||||
false -> error({wrong_nr_args_opcode, Op})
|
false -> error({wrong_nr_args_opcode, Op})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user