sim/system: initialize the pagePtr variable

This commit is contained in:
Nilay Vaish 2012-02-10 09:52:32 -06:00
parent 26ca8b8747
commit 72f3f526fc

View file

@ -77,6 +77,7 @@ System::System(Params *p)
: MemObject(p), _systemPort("system_port", this),
physmem(p->physmem),
_numContexts(0),
pagePtr(0),
init_param(p->init_param),
loadAddrMask(p->load_addr_mask),
nextPID(0),