mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tests are passing, added preserveScope to VM API
This commit is contained in:
@@ -20,7 +20,7 @@ Toy_Module Toy_parseModule(unsigned char* ptr) {
|
||||
|
||||
//header
|
||||
readUnsignedInt(&ptr);
|
||||
// module.codeCount = readUnsignedInt(&ptr); NOTE: note used
|
||||
|
||||
module.jumpsCount = readUnsignedInt(&ptr);
|
||||
module.paramCount = readUnsignedInt(&ptr);
|
||||
module.dataCount = readUnsignedInt(&ptr);
|
||||
|
||||
Reference in New Issue
Block a user