diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-02-27 01:38:47 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-02-27 01:38:47 -0500 |
commit | 1a0b326f5d4fafaef206a97ddd02598e120aebb9 (patch) | |
tree | ffaf2f4e88cccc83150b45a3be44ec0c8d924429 /cpu/ozone/ea_list.cc | |
parent | 4b256577e01111e676f021c67478afec2289e175 (diff) | |
download | gem5-1a0b326f5d4fafaef206a97ddd02598e120aebb9.tar.xz |
Changed targetarch to arch for isa_traits.hh include
--HG--
extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476
Diffstat (limited to 'cpu/ozone/ea_list.cc')
-rw-r--r-- | cpu/ozone/ea_list.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/ea_list.cc b/cpu/ozone/ea_list.cc index e7922902a..6114a0ca1 100644 --- a/cpu/ozone/ea_list.cc +++ b/cpu/ozone/ea_list.cc @@ -26,7 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" #include "cpu/inst_seq.hh" #include "cpu/ooo_cpu/ea_list.hh" |