Introduce debugging symbols #915
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user