From: Nilay Vaish Date: Fri, 10 Feb 2012 15:52:32 +0000 (-0600) Subject: sim/system: initialize the pagePtr variable X-Git-Tag: stable_2012_06_28~247 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72f3f526fc327f2030fe2f44844e783f763ef6e3;p=gem5.git sim/system: initialize the pagePtr variable --- diff --git a/src/sim/system.cc b/src/sim/system.cc index eb66f7825..e5e68bf89 100644 --- a/src/sim/system.cc +++ b/src/sim/system.cc @@ -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),