diff options
author | Björn Gustavsson <[email protected]> | 2010-04-01 06:00:42 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-01 06:00:42 +0000 |
commit | 00ee51ffa60db202fa3cf845bd59e9e208251eb1 (patch) | |
tree | 89332839b92358b197b69e97bb9cfe512d3f3224 /bootstrap/lib/compiler/egen/beam_opcodes.erl | |
parent | 263643a357e7a11724c599045ca35ba9aef2438c (diff) | |
download | otp-00ee51ffa60db202fa3cf845bd59e9e208251eb1.tar.gz otp-00ee51ffa60db202fa3cf845bd59e9e208251eb1.tar.bz2 otp-00ee51ffa60db202fa3cf845bd59e9e208251eb1.zip |
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/compiler/egen/beam_opcodes.erl')
-rw-r--r-- | bootstrap/lib/compiler/egen/beam_opcodes.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/egen/beam_opcodes.erl b/bootstrap/lib/compiler/egen/beam_opcodes.erl index 6adbe4c7c7..83cdaa4d48 100644 --- a/bootstrap/lib/compiler/egen/beam_opcodes.erl +++ b/bootstrap/lib/compiler/egen/beam_opcodes.erl @@ -76,7 +76,7 @@ opcode(move, 2) -> 64; opcode(get_list, 3) -> 65; opcode(get_tuple_element, 3) -> 66; opcode(set_tuple_element, 3) -> 67; -opcode(put_string, 3) -> 68; +%%opcode(put_string, 3) -> 68; opcode(put_list, 3) -> 69; opcode(put_tuple, 2) -> 70; opcode(put, 1) -> 71; |