2a3
> * Copyright (c) 2011 Regents of the University of California
31a33
> * Rick Strong
73c75,77
< memoryMode(p->mem_mode), _params(p)
---
> memoryMode(p->mem_mode), _params(p),
> totalNumInsts(0),
> instEventQueue("system instruction-based event queue")
279a284,290
> System::resume()
> {
> SimObject::resume();
> totalNumInsts = 0;
> }
>
> void