Fix for full system compiling.

--HG--
extra : convert_revision : 91f60703008988d25f9d97ca5eccda97424b2906
This commit is contained in:
Kevin Lim 2006-06-04 15:36:51 -04:00
parent d2d581cf01
commit 3156f601db

View file

@ -408,7 +408,7 @@ BaseSimpleCPU::postExecute()
{
#if FULL_SYSTEM
if (system->kernelBinning->fnbin) {
assert(kernelStats);
assert(cpuXC->getKernelStats());
system->kernelBinning->execute(xcProxy, inst);
}