diff options
Diffstat (limited to 'cpu/checker/cpu.hh')
-rw-r--r-- | cpu/checker/cpu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/checker/cpu.hh b/cpu/checker/cpu.hh index f48d1135a..3000cee92 100644 --- a/cpu/checker/cpu.hh +++ b/cpu/checker/cpu.hh @@ -151,7 +151,7 @@ class CheckerCPU : public BaseCPU virtual Counter totalInstructions() const { - return numInst - startNumInst; + return 0; } // number of simulated loads |