From c9900f159e8d2fd7e32070e2cd0971caf917431d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 15 Aug 2006 04:46:51 -0400 Subject: Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alpha/pagetable.hh and fixing up some includes --HG-- extra : convert_revision : 02a47fa62b17245763314890beb68339c789d18f --- src/cpu/static_inst.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/static_inst.hh') diff --git a/src/cpu/static_inst.hh b/src/cpu/static_inst.hh index 4322e8092..4d8771ddd 100644 --- a/src/cpu/static_inst.hh +++ b/src/cpu/static_inst.hh @@ -35,7 +35,7 @@ #include #include "arch/isa_traits.hh" -#include "arch/faults.hh" +#include "sim/faults.hh" #include "base/bitfield.hh" #include "base/hashmap.hh" #include "base/misc.hh" -- cgit v1.2.3