Wrap args of DBGLOC in immediate tuple
This commit is contained in:
parent
34d363f166
commit
3ed7e36d29
@ -770,7 +770,7 @@ dbgloc(Env, Ann) ->
|
|||||||
case {Line, Col} of
|
case {Line, Col} of
|
||||||
{undefined, _} -> [];
|
{undefined, _} -> [];
|
||||||
{_, undefined} -> [];
|
{_, undefined} -> [];
|
||||||
{Line, Col} -> [{'DBGLOC', File, Line, Col}]
|
{Line, Col} -> [{'DBGLOC', {immediate, File}, {immediate, Line}, {immediate, Col}}]
|
||||||
end
|
end
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user