Hi St�f,
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;
}