diff options
Diffstat (limited to 'src/base/cp_annotate.hh')
-rw-r--r-- | src/base/cp_annotate.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/cp_annotate.hh b/src/base/cp_annotate.hh index 8ce9995a8..fb955a380 100644 --- a/src/base/cp_annotate.hh +++ b/src/base/cp_annotate.hh @@ -408,7 +408,7 @@ class CPA : SimObject int smi = getSm(sysi, sm, frame); add(OP_BEGIN, FL_HW | f, 0, smi, getSt(sm, st)); if (f & FL_BAD) - warn("BAD state encountered: at cycle %d: %s\n", curTick, st); + warn("BAD state encountered: at cycle %d: %s\n", curTick(), st); } inline void hwQ(flags f, System *sys, uint64_t frame, std::string sm, |