diff options
author | Björn Gustavsson <[email protected]> | 2009-12-11 09:44:32 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-11 09:44:32 +0000 |
commit | c4bc6f73b2725c124ae4f15050027b1834953ab9 (patch) | |
tree | c9f2c7fd057fc17491bdf76500216fc235e26fde /bootstrap/lib/compiler/egen/beam_opcodes.hrl | |
parent | a4d5f63b767793d33c06901760c0f35143ac6574 (diff) | |
download | otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.tar.gz otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.tar.bz2 otp-c4bc6f73b2725c124ae4f15050027b1834953ab9.zip |
Update bootstrap compiler
Diffstat (limited to 'bootstrap/lib/compiler/egen/beam_opcodes.hrl')
-rw-r--r-- | bootstrap/lib/compiler/egen/beam_opcodes.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/lib/compiler/egen/beam_opcodes.hrl b/bootstrap/lib/compiler/egen/beam_opcodes.hrl index 0bb6a426c1..6ad7d17118 100644 --- a/bootstrap/lib/compiler/egen/beam_opcodes.hrl +++ b/bootstrap/lib/compiler/egen/beam_opcodes.hrl @@ -1,5 +1,5 @@ -%% Warning: Do not edit this file. It was automatically -%% generated by 'beam_makeops' on Mon Nov 16 12:53:08 2009. +%% Warning: Do not edit this file. +%% Auto-generated by 'beam_makeops'. -define(tag_u, 0). -define(tag_i, 1). |