Skip to content

Commit

Permalink
fixup! Add new AtU8 beam chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Dec 19, 2016
1 parent f649125 commit 4bb624c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/compiler/src/compile.erl
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@ expand_opt(r13, Os) ->
[no_recv_opt,no_line_info,no_utf8_atoms|Os];
expand_opt(r14, Os) ->
[no_line_info,no_utf8_atoms|Os];
expand_opt(r15, Os) ->
[no_utf8_atoms|Os];
expand_opt(r16, Os) ->
[no_utf8_atoms|Os];
expand_opt(r17, Os) ->
[no_utf8_atoms|Os];
expand_opt(r18, Os) ->
[no_utf8_atoms|Os];
expand_opt(r19, Os) ->
[no_utf8_atoms|Os];
expand_opt({debug_info_key,_}=O, Os) ->
Expand Down

0 comments on commit 4bb624c

Please sign in to comment.