diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-08-15 04:46:51 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-08-15 04:46:51 -0400 |
commit | c9900f159e8d2fd7e32070e2cd0971caf917431d (patch) | |
tree | 80b479ecb6cec5dcbb15b699904b18e77815cb5b /src/dev | |
parent | 336beeaf43d91c8a3d33d15b0a7e189dd7826110 (diff) | |
download | gem5-c9900f159e8d2fd7e32070e2cd0971caf917431d.tar.xz |
Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes
--HG--
extra : convert_revision : 02a47fa62b17245763314890beb68339c789d18f
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/platform.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/platform.cc b/src/dev/platform.cc index 8546b7805..07288249c 100644 --- a/src/dev/platform.cc +++ b/src/dev/platform.cc @@ -29,6 +29,7 @@ * Nathan Binkert */ +#include "base/misc.hh" #include "dev/platform.hh" #include "sim/builder.hh" #include "sim/sim_exit.hh" |