Fix decoding TakeRegister

This commit is contained in:
Andrew Morris
2023-06-21 21:11:29 +10:00
parent 910f6684f5
commit 703bbf9b8a

View File

@@ -66,7 +66,7 @@ impl BytecodeType {
0x0b => Function,
0x0d => Pointer,
0x0e => Register,
0x0f => TakeRegister,
0x10 => Builtin,
0x11 => Class,