Fix debug printing of store registers
This commit is contained in:
parent
2e4558b3b4
commit
954af13f59
@ -654,7 +654,7 @@ pp_op(I) ->
|
|||||||
|
|
||||||
pp_arg(?i(I)) -> io_lib:format("~w", [I]);
|
pp_arg(?i(I)) -> io_lib:format("~w", [I]);
|
||||||
pp_arg({arg, N}) -> io_lib:format("arg~p", [N]);
|
pp_arg({arg, N}) -> io_lib:format("arg~p", [N]);
|
||||||
pp_arg(?s(N)) -> io_lib:format("store~p", [-N]);
|
pp_arg(?s(N)) -> io_lib:format("store~p", [N]);
|
||||||
pp_arg({var, N}) -> io_lib:format("var~p", [N]);
|
pp_arg({var, N}) -> io_lib:format("var~p", [N]);
|
||||||
pp_arg(?a) -> "a".
|
pp_arg(?a) -> "a".
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user