Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
chore: update TLoad and TStore opcode (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxuncc committed Sep 24, 2023
1 parent b43103e commit fded9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huff_utils/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ impl Opcode {
Opcode::Msize => "59",
Opcode::Gas => "5a",
Opcode::Jumpdest => "5b",
Opcode::TLoad => "5c",
Opcode::TStore => "5d",
Opcode::Mcopy => "5e",
Opcode::Push0 => "5f",
Opcode::Push1 => "60",
Expand Down Expand Up @@ -753,8 +755,6 @@ impl Opcode {
Opcode::Log2 => "a2",
Opcode::Log3 => "a3",
Opcode::Log4 => "a4",
Opcode::TLoad => "b3",
Opcode::TStore => "b4",
Opcode::Create => "f0",
Opcode::Call => "f1",
Opcode::Callcode => "f2",
Expand Down

0 comments on commit fded9c2

Please sign in to comment.