The __system_initialized-bool should be set after all setSystemInitialized() functions where invoked, as the system is defined to be initialized after the stuff where worked.
Otherwise, SpamBone.descr cannot determine whether it is executed in an uninitialized or initialized system.
This bug is a regression of #1277 and #1227.
The
__system_initialized
-bool should be set after all setSystemInitialized() functions where invoked, as the system is defined to be initialized after the stuff where worked.Otherwise,
SpamBone.descr
cannot determine whether it is executed in an uninitialized or initialized system.