"Martin M. Hunt" wrote: > > Am I misunderstanding something or does it not make sense that the register > cache is initialized before any architectures? Would moving it to the end of > COMMON_OBS be an OK solution? I think that order of execution of initialize routines cannot be guaranteed. Therefore they need to be order independent.