diff options
Diffstat (limited to 'src/cpu/inteltrace.hh')
-rw-r--r-- | src/cpu/inteltrace.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/inteltrace.hh b/src/cpu/inteltrace.hh index 4ddf5eac9..fa1b51602 100644 --- a/src/cpu/inteltrace.hh +++ b/src/cpu/inteltrace.hh @@ -71,9 +71,6 @@ class IntelTrace : public InstTracer if (!Debug::ExecEnable) return NULL; - if (!Trace::enabled) - return NULL; - return new IntelTraceRecord(when, tc, staticInst, pc, macroStaticInst); } }; |