diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-07-08 23:02:21 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-07-08 23:02:21 -0700 |
commit | aa031e1c116bc8bf22c844b4a9f3d2b3c69f995a (patch) | |
tree | f0f394c9cccb79149048a7a9d45a1bca4f926c4f /src/arch/alpha/remote_gdb.cc | |
parent | 5c37d10624e0f9a9568f1eb1527832c55addba59 (diff) | |
download | gem5-aa031e1c116bc8bf22c844b4a9f3d2b3c69f995a.tar.xz |
Alpha: Move reg_redir into its own files, and move some constants into regfile.hh.
Diffstat (limited to 'src/arch/alpha/remote_gdb.cc')
-rw-r--r-- | src/arch/alpha/remote_gdb.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/remote_gdb.cc b/src/arch/alpha/remote_gdb.cc index c47293b98..5391d2056 100644 --- a/src/arch/alpha/remote_gdb.cc +++ b/src/arch/alpha/remote_gdb.cc @@ -128,6 +128,7 @@ #include "arch/alpha/kgdb.h" #include "arch/alpha/utility.hh" +#include "arch/alpha/regredir.hh" #include "arch/alpha/remote_gdb.hh" #include "base/intmath.hh" #include "base/remote_gdb.hh" |