diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-06-04 15:36:51 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-06-04 15:36:51 -0400 |
commit | 3156f601db2728d329d9eff272bfa324ebdb2a0c (patch) | |
tree | 96f78f12afa14d932bb2a69963dbe677dca2e3d9 /src/cpu/simple/base.cc | |
parent | d2d581cf01d07f6a22f02f471d23e3d31919c695 (diff) | |
download | gem5-3156f601db2728d329d9eff272bfa324ebdb2a0c.tar.xz |
Fix for full system compiling.
--HG--
extra : convert_revision : 91f60703008988d25f9d97ca5eccda97424b2906
Diffstat (limited to 'src/cpu/simple/base.cc')
-rw-r--r-- | src/cpu/simple/base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/simple/base.cc b/src/cpu/simple/base.cc index e93fd4bed..0f4df9a42 100644 --- a/src/cpu/simple/base.cc +++ b/src/cpu/simple/base.cc @@ -408,7 +408,7 @@ BaseSimpleCPU::postExecute() { #if FULL_SYSTEM if (system->kernelBinning->fnbin) { - assert(kernelStats); + assert(cpuXC->getKernelStats()); system->kernelBinning->execute(xcProxy, inst); } |