Skip to content

Commit

Permalink
Fix opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Oct 20, 2023
1 parent 9072739 commit d13dc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/binary/encode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ struct
| (Null, NoFuncHT) -> s7 (-0x0d)
| (Null, ExternHT) -> s7 (-0x11)
| (Null, NoExternHT) -> s7 (-0x0e)
| (Null, ContHT) -> s7 (-0x17)
| (Null, ContHT) -> s7 (-0x18)
| (Null, NoContHT) -> s7 (-0x0b)
| (Null, t) -> s7 (-0x1d); heap_type t
| (NoNull, t) -> s7 (-0x1c); heap_type t
Expand Down

0 comments on commit d13dc88

Please sign in to comment.