Skip to content

Commit 1d23129

Browse files
JonaZz747liketechnik
authored andcommitted
feat(executor/opcodes): opcode goto
1 parent 3c8cfcf commit 1d23129

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/executor/op_code.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,10 @@ got: {:?}",
11371137
Update::None
11381138
},
11391139

1140+
Self::Goto(position, direction) => {
1141+
Update::GoTo(*position, *direction)
1142+
},
1143+
11401144
Self::Iaload => {
11411145
let index = frame
11421146
.operand_stack

0 commit comments

Comments
 (0)