aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-05-31 16:17:19 +0200
committerFredrik Gustafsson <[email protected]>2013-05-31 16:17:19 +0200
commit28bb4559b2fada7028e253bb842b239ec8891345 (patch)
tree0fc16a93ee43d1259f18ac57723647503ed940f0 /lib/compiler
parent04b4086965b628c43d31eec3063e2d614914276b (diff)
parentb2d97b781bb8f73d58700b8be224147923a1ae5d (diff)
downloadotp-28bb4559b2fada7028e253bb842b239ec8891345.tar.gz
otp-28bb4559b2fada7028e253bb842b239ec8891345.tar.bz2
otp-28bb4559b2fada7028e253bb842b239ec8891345.zip
Merge branch 'maint'
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/src/beam_a.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compiler/src/beam_a.erl b/lib/compiler/src/beam_a.erl
index 1c51226314..b348e854a0 100644
--- a/lib/compiler/src/beam_a.erl
+++ b/lib/compiler/src/beam_a.erl
@@ -70,8 +70,8 @@ rename_instr({bs_put_utf16=I,F,Fl,Src}) ->
{bs_put,F,{I,Fl},[Src]};
rename_instr({bs_put_utf32=I,F,Fl,Src}) ->
{bs_put,F,{I,Fl},[Src]};
-%% rename_instr({bs_put_string,_,_}=I) ->
-%% {bs_put,{f,0},I,[]};
+rename_instr({bs_put_string,_,_}=I) ->
+ {bs_put,{f,0},I,[]};
rename_instr({bs_add=I,F,[Src1,Src2,U],Dst}) when is_integer(U) ->
{bif,I,F,[Src1,Src2,{integer,U}],Dst};
rename_instr({bs_utf8_size=I,F,Src,Dst}) ->