Skip to content

Commit 7d982b3

Browse files
JonaZz747liketechnik
authored andcommitted
feat(executor/opcodes): opcode nop
1 parent 1d23129 commit 7d982b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/executor/op_code.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,6 +2330,8 @@ got: {:?}",
23302330
Update::None
23312331
},
23322332

2333+
Self::Nop => Update::None,
2334+
23332335
Self::Return => Update::Return,
23342336

23352337
Self::Saload => {

0 commit comments

Comments
 (0)