projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d581c
)
Fix for full system compiling.
author
Kevin Lim
<ktlim@umich.edu>
Sun, 4 Jun 2006 19:36:51 +0000
(15:36 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Sun, 4 Jun 2006 19:36:51 +0000
(15:36 -0400)
--HG--
extra : convert_revision :
91f60703008988d25f9d97ca5eccda97424b2906
src/cpu/simple/base.cc
patch
|
blob
|
history
diff --git
a/src/cpu/simple/base.cc
b/src/cpu/simple/base.cc
index e93fd4bedfad3704d9524dad9644392a248acc60..0f4df9a4212c0adc766b61e0f1e5401a9fca4127 100644
(file)
--- 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);
}