summaryrefslogtreecommitdiff
path: root/src/cpu/pc_event.cc
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-02-23 11:48:40 -0800
committerNathan Binkert <nate@binkert.org>2009-02-23 11:48:40 -0800
commit3fa9812e1d572cd06f95cec138b87d590160e4b4 (patch)
tree856377348451d332cc7fcba9c02cf61136270dae /src/cpu/pc_event.cc
parente8c1c3e72eb01409f7ec110eee3b32c07347bf6f (diff)
downloadgem5-3fa9812e1d572cd06f95cec138b87d590160e4b4.tar.xz
debug: Move debug_break into src/base
Diffstat (limited to 'src/cpu/pc_event.cc')
-rw-r--r--src/cpu/pc_event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/pc_event.cc b/src/cpu/pc_event.cc
index 438218df2..79f5277d5 100644
--- a/src/cpu/pc_event.cc
+++ b/src/cpu/pc_event.cc
@@ -34,12 +34,12 @@
#include <string>
#include <utility>
+#include "base/debug.hh"
#include "base/trace.hh"
#include "config/full_system.hh"
#include "cpu/base.hh"
#include "cpu/thread_context.hh"
#include "cpu/pc_event.hh"
-#include "sim/debug.hh"
#include "sim/core.hh"
#include "sim/system.hh"