diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-02-19 03:04:44 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-02-19 03:04:44 -0500 |
commit | ed25d326174f8086a8224ecb9e798410db14cddb (patch) | |
tree | 8ec20b844bb3b19940c304070251720c6998f1bd /cpu/static_inst.hh | |
parent | 0e4a80df1a471671b6ef7003e29124b6835ade42 (diff) | |
download | gem5-ed25d326174f8086a8224ecb9e798410db14cddb.tar.xz |
Remade some changes which were undone
cpu/base.hh:
cpu/static_inst.hh:
Changed include of targetarch/isa_traits.hh back to arch/isa_traits.hh
cpu/exec_context.hh:
Changed Fault back to Fault *
--HG--
extra : convert_revision : 410f2e2472f8aa5bf92619a5defdf85f689a5597
Diffstat (limited to 'cpu/static_inst.hh')
-rw-r--r-- | cpu/static_inst.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/static_inst.hh b/cpu/static_inst.hh index 333a6f1ca..1ff14df08 100644 --- a/cpu/static_inst.hh +++ b/cpu/static_inst.hh @@ -36,7 +36,7 @@ #include "base/refcnt.hh" #include "encumbered/cpu/full/op_class.hh" #include "sim/host.hh" -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" // forward declarations struct AlphaSimpleImpl; |