diff --git a/src/aeso_fcode_to_fate.erl b/src/aeso_fcode_to_fate.erl index a6f5022..ae53e42 100644 --- a/src/aeso_fcode_to_fate.erl +++ b/src/aeso_fcode_to_fate.erl @@ -770,7 +770,7 @@ dbgloc(Env, Ann) -> case {Line, Col} of {undefined, _} -> []; {_, undefined} -> []; - {Line, Col} -> [{'DBGLOC', File, Line, Col}] + {Line, Col} -> [{'DBGLOC', {immediate, File}, {immediate, Line}, {immediate, Col}}] end end.