Skip to content

Commit 40083c6

Browse files
Update bytecode-initial.md
1 parent 006ec42 commit 40083c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notes/bytecode-initial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ struct Module {
189189
|array | 09|Array<Any> | |
190190
|function | 0A|Function |the last constant is a return|
191191
|**operators:**| | | |
192-
|local_ref | 10|u32 |consts[i] |
193-
|arg_ref | 11|u32 |args[i] |
192+
|local_ref | 0B|u32 |consts[i] |
193+
|arg_ref | 0C|u32 |args[i] |
194194

195195
We will extend the command set in the future.
196196

0 commit comments

Comments
 (0)