1
0
This commit is contained in:
otya128
2016-02-23 21:43:25 +09:00
parent 2d8fc51778
commit 0ad8cdc587
3 changed files with 4 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ class Compiler
VMVariable[wstring] global;
int[wstring] globalLabel;
Function[wstring] functions;
int globalIndex = 0;
sizediff_t globalIndex = 0;
void genCode(Code c)
{
code ~= c;