From ed25d326174f8086a8224ecb9e798410db14cddb Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 19 Feb 2006 03:04:44 -0500 Subject: 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 --- cpu/static_inst.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/static_inst.hh') 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; -- cgit v1.2.3