diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-07 04:42:06 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-07 04:42:06 -0500 |
commit | ab67095b2a43b5f2d44d1e1a517d1079ddf9f104 (patch) | |
tree | 6e0cf0ec7d23cd9516d5b6486d47a10849375dc1 /arch/alpha/system.cc | |
parent | fd69f40e209d1b77ce167bf59c189e513a6815f3 (diff) | |
parent | 5aa0669b52cb1a1e5fdb6a372d6b481ebb46b02a (diff) | |
download | gem5-ab67095b2a43b5f2d44d1e1a517d1079ddf9f104.tar.xz |
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch
--HG--
extra : convert_revision : ead388289742233b5e4f0b37d979e54852cc99b2
Diffstat (limited to 'arch/alpha/system.cc')
-rw-r--r-- | arch/alpha/system.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/system.cc b/arch/alpha/system.cc index 1e80c7768..25543da57 100644 --- a/arch/alpha/system.cc +++ b/arch/alpha/system.cc @@ -37,6 +37,7 @@ #include "sim/byteswap.hh" #include "sim/builder.hh" + using namespace LittleEndianGuest; AlphaSystem::AlphaSystem(Params *p) |