callMask needs to be externally visible

This commit is contained in:
Jonathan Gray 2013-04-25 22:33:13 +10:00
parent 4d32952cd6
commit e454e9ebd7

View file

@ -67,7 +67,7 @@ static int asmCallPtr = (int)doAsmCall;
#endif // !_WIN32 #endif // !_WIN32
static int callMask = 0; // bk001213 - init int callMask = 0; // bk001213 - init
static int instruction, pass, lastConst; static int instruction, pass, lastConst;
static int oc0, oc1, pop0, pop1; static int oc0, oc1, pop0, pop1;