summaryrefslogtreecommitdiff
path: root/src/sim/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/system.hh')
-rw-r--r--src/sim/system.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sim/system.hh b/src/sim/system.hh
index 452446623..cdf7d3d7e 100644
--- a/src/sim/system.hh
+++ b/src/sim/system.hh
@@ -137,15 +137,15 @@ class System : public SimObject
#else
- int page_ptr;
+ Addr pagePtr;
protected:
- uint64_t next_PID;
+ uint64_t nextPID;
public:
uint64_t allocatePID()
{
- return next_PID++;
+ return nextPID++;
}
/** Amount of physical memory that is still free */