Skip to content

Commit

Permalink
tstore debugger highlighting (foundry-rs#6059)
Browse files Browse the repository at this point in the history
Co-authored-by: djviau <[email protected]>
  • Loading branch information
DJViau and djviau authored Oct 18, 2023
1 parent 82af905 commit 2ef0814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/debugger/src/op_effects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ pub fn stack_indices_affected(op: u8) -> Vec<(usize, &'static str)> {
0x55 => vec![(0, "key"), (1, "value")],
0x56 => vec![(0, "jump_to")],
0x57 => vec![(0, "jump_to"), (1, "if")],
0x5c => vec![(0, "key")],
0x5d => vec![(0, "key"), (1, "value")],
0x80 => vec![(0, "dup_value")],
0x81 => vec![(1, "dup_value")],
0x82 => vec![(2, "dup_value")],
Expand Down

0 comments on commit 2ef0814

Please sign in to comment.