diff options
author | Nathan Binkert <nate@binkert.org> | 2009-05-17 14:34:50 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-05-17 14:34:50 -0700 |
commit | eef3a2e142443d94b75de333ff3ccb69644a9831 (patch) | |
tree | 14224dd738c732b269f8c94c95659d5b759570bf /src/arch/x86/miscregfile.hh | |
parent | cbf237897f8de0ae411b572aea896c5ce4ea26fb (diff) | |
download | gem5-eef3a2e142443d94b75de333ff3ccb69644a9831.tar.xz |
types: Move stuff for global types into src/base/types.hh
--HG--
rename : src/sim/host.hh => src/base/types.hh
Diffstat (limited to 'src/arch/x86/miscregfile.hh')
-rw-r--r-- | src/arch/x86/miscregfile.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/miscregfile.hh b/src/arch/x86/miscregfile.hh index babc65b44..fad70bf78 100644 --- a/src/arch/x86/miscregfile.hh +++ b/src/arch/x86/miscregfile.hh @@ -91,7 +91,7 @@ #include "arch/x86/faults.hh" #include "arch/x86/miscregs.hh" #include "arch/x86/types.hh" -#include "sim/host.hh" +#include "base/types.hh" #include <string> |