diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-11-26 15:42:21 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-11-26 15:42:21 +0100 |
| commit | aed20c1c453e50f716c454c0bd7e4995a0f5d898 (patch) | |
| tree | 91af798989300451113e5b865a20fb2eae777938 /vm/op_string.go | |
| parent | 31054164870b413db797572b8e3d5a00c41d328e (diff) | |
Chore: improve tracing of code emits
Diffstat (limited to 'vm/op_string.go')
| -rw-r--r-- | vm/op_string.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vm/op_string.go b/vm/op_string.go index ef3f3ee..ac5b557 100644 --- a/vm/op_string.go +++ b/vm/op_string.go @@ -42,11 +42,12 @@ func _() { _ = x[Return-31] _ = x[Sub-32] _ = x[Subi-33] + _ = x[Swap-34] } -const _Op_name = "NopAddAddrAssignFassignVassignCallCalliCallXDerefDupFdupEqualEqualSetExitFieldGreaterGrowIndexJumpJumpTrueJumpFalseJumpSetTrueJumpSetFalseLowerLoweriMulNewNotPopPushReturnSubSubi" +const _Op_name = "NopAddAddrAssignFassignVassignCallCalliCallXDerefDupFdupEqualEqualSetExitFieldGreaterGrowIndexJumpJumpTrueJumpFalseJumpSetTrueJumpSetFalseLowerLoweriMulNewNotPopPushReturnSubSubiSwap" -var _Op_index = [...]uint8{0, 3, 6, 10, 16, 23, 30, 34, 39, 44, 49, 52, 56, 61, 69, 73, 78, 85, 89, 94, 98, 106, 115, 126, 138, 143, 149, 152, 155, 158, 161, 165, 171, 174, 178} +var _Op_index = [...]uint8{0, 3, 6, 10, 16, 23, 30, 34, 39, 44, 49, 52, 56, 61, 69, 73, 78, 85, 89, 94, 98, 106, 115, 126, 138, 143, 149, 152, 155, 158, 161, 165, 171, 174, 178, 182} func (i Op) String() string { idx := int(i) - 0 |
