diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-26 17:03:47 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-26 17:03:47 -0400 |
commit | f456360bbcd6e4e4fd1550e96658934affac3eb9 (patch) | |
tree | 8d0062cf6097b02e46dc98b05c3f230cd15670b7 /src/sim/system.cc | |
parent | 28ea9729427d2c994d54f0548f80afaeb221b88f (diff) | |
parent | 53510f184452c46868a9e6ece9ccb7f30ab70843 (diff) | |
download | gem5-f456360bbcd6e4e4fd1550e96658934affac3eb9.tar.xz |
Merge zeep.pool:/z/saidi/work/m5.newmem
into zeep.pool:/z/saidi/work/m5.newmem.head
--HG--
extra : convert_revision : 1344e6a30073a1091a904593e6d4733baf19d7e2
Diffstat (limited to 'src/sim/system.cc')
-rw-r--r-- | src/sim/system.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sim/system.cc b/src/sim/system.cc index ca9d68d77..89f39491e 100644 --- a/src/sim/system.cc +++ b/src/sim/system.cc @@ -25,6 +25,8 @@ System::System(Params *p) : SimObject(p->name), physmem(p->physmem), numcpus(0), #if FULL_SYSTEM init_param(p->init_param), + functionalPort(p->name + "-fport"), + virtPort(p->name + "-vport"), #else page_ptr(0), #endif |