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.hh | |
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.hh')
-rw-r--r-- | cpu/ozone/ea_list.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/ea_list.hh b/cpu/ozone/ea_list.hh index 8eee3b1ec..c0eee4bb8 100644 --- a/cpu/ozone/ea_list.hh +++ b/cpu/ozone/ea_list.hh @@ -32,7 +32,7 @@ #include <list> #include <utility> -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" #include "cpu/inst_seq.hh" /** |