diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 22:32:13 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 22:32:13 -0500 |
commit | bc619f37aead3dfac240971c7769f064b44a3046 (patch) | |
tree | 14175ee609d398411c98145c91ad1a1359403d54 | |
parent | 57e051d1a559c745420e6810c8dbdb308073ef63 (diff) | |
parent | ebd28075abb304bcc9f33873f32a686ffff21604 (diff) | |
download | gem5-bc619f37aead3dfac240971c7769f064b44a3046.tar.xz |
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch
arch/alpha/system.cc:
Hand merged
--HG--
extra : convert_revision : 34d7608d21dc6dee3a3feed5e5671f5de6ebfa26
-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) |