Remove typespec from element op. #137

Merged
zxq9 merged 2 commits from PT-164597673-remove-type-from-element into master 2019-03-14 18:48:34 +09:00
Showing only changes of commit 8f24a5aa8a - Show all commits

View File

@ -414,8 +414,6 @@ gen_asm_pp(Module, Path, Ops) ->
io:format(File, "-module(~w).\n\n", [Module]),
io:format(File,
"-export([format_op/2]).\n\n"
"format_arg(t, T) ->\n"
" io_lib:format(\"~~p \", [T]);\n"
"format_arg(li, {immediate, LI}) ->\n"
" aeb_fate_data:format(LI);\n"
"format_arg(_, {immediate, I}) ->\n"