summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-06 18:29:58 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-06 18:29:58 -0500
commit85a6079db7c2e7146dc437c9c032d2aa56dd9048 (patch)
tree8a62bbaf9b80b2e645731982332fcf1abb7ad16c /src/cpu
parente39de58d21723df527ec979cde1df29980fab234 (diff)
downloadgem5-85a6079db7c2e7146dc437c9c032d2aa56dd9048.tar.xz
Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not.
--HG-- extra : convert_revision : fc7e1e73e2f3b1a4ab9905a1eb98c5f07c6c8707
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/o3/fetch_impl.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh
index 4c39341aa..5ef6e27ea 100644
--- a/src/cpu/o3/fetch_impl.hh
+++ b/src/cpu/o3/fetch_impl.hh
@@ -45,7 +45,6 @@
#if FULL_SYSTEM
#include "arch/tlb.hh"
#include "arch/vtophys.hh"
-#include "base/remote_gdb.hh"
#include "sim/system.hh"
#endif // FULL_SYSTEM