1
0

Add system variable stubs

This commit is contained in:
otya128
2017-07-09 23:39:07 +09:00
parent be5424a203
commit 98aed4f3dc
2 changed files with 13 additions and 0 deletions

View File

@@ -258,6 +258,11 @@ class Compiler
addSystemVariable("MILLISEC", new MilliSecond());
addSystemVariable("PRGSLOT", new ProgramSlot());
addSystemVariable("CALLIDX", new CallIndex());
addSystemVariable("MPCOUNT", new Zero());
addSystemVariable("MPHOST", new Zero());
addSystemVariable("MPLOCAL", new Zero());
addSystemVariable("MICPOS", new Zero());
addSystemVariable("MICSIIZE", new Zero());
}
void addSystemVariable(wstring name, SystemVariable var)
{