diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 22:30:09 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 22:30:09 -0500 |
commit | ebd28075abb304bcc9f33873f32a686ffff21604 (patch) | |
tree | dcc039af89790c79412bc8afbc71c02b8258ac93 /arch/alpha | |
parent | 1e3b221fe38a09d477f306ac837e9f816bcea029 (diff) | |
download | gem5-ebd28075abb304bcc9f33873f32a686ffff21604.tar.xz |
Changed targetarch to arch
--HG--
extra : convert_revision : f54d8afd2c7eb338133046e612cddc1d5689a55c
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/system.cc b/arch/alpha/system.cc index b841a6d53..460131d43 100644 --- a/arch/alpha/system.cc +++ b/arch/alpha/system.cc @@ -35,7 +35,7 @@ #include "mem/functional/physical.hh" #include "sim/byteswap.hh" #include "sim/builder.hh" -#include "targetarch/vtophys.hh" +#include "arch/vtophys.hh" using namespace LittleEndianGuest; |