summaryrefslogtreecommitdiff
path: root/src/cpu/trace/opt_cpu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/trace/opt_cpu.hh')
-rw-r--r--src/cpu/trace/opt_cpu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/trace/opt_cpu.hh b/src/cpu/trace/opt_cpu.hh
index dfb122319..9d98eebc6 100644
--- a/src/cpu/trace/opt_cpu.hh
+++ b/src/cpu/trace/opt_cpu.hh
@@ -81,7 +81,7 @@ class OptCPU : public SimObject
/**
* Return a string description of this event.
*/
- const char *description();
+ const char *description() const;
};
TickEvent tickEvent;