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/cpu_impl.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/cpu_impl.hh')
-rw-r--r-- | cpu/ozone/cpu_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/cpu_impl.hh b/cpu/ozone/cpu_impl.hh index 581a72520..e7ed3cfe0 100644 --- a/cpu/ozone/cpu_impl.hh +++ b/cpu/ozone/cpu_impl.hh @@ -29,7 +29,7 @@ #ifndef __CPU_OOO_CPU_OOO_IMPL_HH__ #define __CPU_OOO_CPU_OOO_IMPL_HH__ -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" template <class Impl> class OoOCPU; |