mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
@@ -754,7 +754,7 @@ unsigned char* collateCompiler(Compiler* compiler, int* size) {
|
||||
emitByte(&collation, &capacity, &count, OP_EOF); //terminate bytecode
|
||||
|
||||
//finalize
|
||||
SHRINK_ARRAY(unsigned char, collation, capacity, count);
|
||||
collation = SHRINK_ARRAY(unsigned char, collation, capacity, count);
|
||||
|
||||
*size = count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user