mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tested long literals, fixed a dissection bug
This commit is contained in:
@@ -206,7 +206,7 @@ void dissectBytecode(const char* tb, int size) {
|
||||
|
||||
case OP_LITERAL_LONG: {
|
||||
printf("long literal ");
|
||||
printByte(tb, &count);
|
||||
printShort(tb, &count);
|
||||
printf("\n");
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user