68c68,69
< : BaseCPU(p, true), thread(NULL), tc(NULL)
---
> : BaseCPU(p, true), systemPtr(NULL), icachePort(NULL), dcachePort(NULL),
> tc(NULL), thread(NULL)
86d86
< systemPtr = NULL;
88d87
< thread = NULL;