Introduce debugging instructions #230

Merged
ghallak merged 21 commits from ghallak/dbgloc-op into master 2023-05-26 00:09:42 +09:00
Showing only changes of commit 3446cd3df6 - Show all commits

View File

@ -220,7 +220,6 @@ safe_sanity_check(IsLast, Op, Args) ->
true ->
case IsLast == aeb_fate_opcodes:end_bb(Op) of
true -> ok;
false when Op == 6 -> ok;
false -> error({wrong_opcode_in_bb, Op})
end;
false -> error({wrong_nr_args_opcode, Op})