diff options
author | Nathan Binkert <nate@binkert.org> | 2009-02-23 11:48:40 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-02-23 11:48:40 -0800 |
commit | 3fa9812e1d572cd06f95cec138b87d590160e4b4 (patch) | |
tree | 856377348451d332cc7fcba9c02cf61136270dae /src/dev | |
parent | e8c1c3e72eb01409f7ec110eee3b32c07347bf6f (diff) | |
download | gem5-3fa9812e1d572cd06f95cec138b87d590160e4b4.tar.xz |
debug: Move debug_break into src/base
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/ns_gige.cc | 2 | ||||
-rw-r--r-- | src/dev/sinic.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/ns_gige.cc b/src/dev/ns_gige.cc index d326b103f..fb3446299 100644 --- a/src/dev/ns_gige.cc +++ b/src/dev/ns_gige.cc @@ -36,6 +36,7 @@ #include <deque> #include <string> +#include "base/debug.hh" #include "base/inet.hh" #include "cpu/thread_context.hh" #include "dev/etherlink.hh" @@ -44,7 +45,6 @@ #include "mem/packet.hh" #include "mem/packet_access.hh" #include "params/NSGigE.hh" -#include "sim/debug.hh" #include "sim/host.hh" #include "sim/system.hh" diff --git a/src/dev/sinic.cc b/src/dev/sinic.cc index bf7398e62..37c6a8259 100644 --- a/src/dev/sinic.cc +++ b/src/dev/sinic.cc @@ -33,6 +33,7 @@ #include <string> #include "arch/vtophys.hh" +#include "base/debug.hh" #include "base/inet.hh" #include "cpu/thread_context.hh" #include "cpu/intr_control.hh" @@ -40,7 +41,6 @@ #include "dev/sinic.hh" #include "mem/packet.hh" #include "mem/packet_access.hh" -#include "sim/debug.hh" #include "sim/eventq.hh" #include "sim/host.hh" #include "sim/stats.hh" |