Skip to content

Commit

Permalink
fixup! fixup! compiler: Add support for debug information in BEAM files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Oct 7, 2024
1 parent ba9072e commit e8ccf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler/src/beam_dict.erl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ literal1(Key, #asm{literals=Tab0,next_literal=NextIndex}=Dict) ->

%% Returns the index for a line instruction (adding information
%% to the location information table).
-spec line(list(), bdict(), 'line' | 'executable_line') ->
-spec line(list(), bdict(), 'line' | 'executable_line' | 'debug_line') ->
{non_neg_integer(), bdict()}.

line([], #asm{num_lines=N}=Dict, Instr) when is_atom(Instr) ->
Expand Down

0 comments on commit e8ccf51

Please sign in to comment.