From 1a0b326f5d4fafaef206a97ddd02598e120aebb9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 27 Feb 2006 01:38:47 -0500 Subject: Changed targetarch to arch for isa_traits.hh include --HG-- extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476 --- cpu/o3/bpred_unit.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/o3/bpred_unit.hh') diff --git a/cpu/o3/bpred_unit.hh b/cpu/o3/bpred_unit.hh index 786ed861d..2725684f7 100644 --- a/cpu/o3/bpred_unit.hh +++ b/cpu/o3/bpred_unit.hh @@ -30,7 +30,7 @@ #define __BPRED_UNIT_HH__ // For Addr type. -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" #include "base/statistics.hh" #include "cpu/inst_seq.hh" -- cgit v1.2.3