Feb. 18, 2011
8:21 p.m.
Does anybody have an idea what is the purpose of this function in the vm? Stef sqInt setCompilerInitialized(sqInt newFlag) { register struct foo * foo = &fum; sqInt oldFlag; oldFlag = foo->compilerInitialized; foo->compilerInitialized = newFlag; return oldFlag; }