From b9b29525a6454eacd170b27da7a428f360a6729e Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 5 Mar 2007 12:21:20 +0000 Subject: [PATCH] Include the x86 specific traits file. --HG-- extra : convert_revision : bcf448aedd832022527cc972f7a1f0433987c564 --- src/arch/x86/isa_traits.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 2f4febd9b..fcff50b70 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -58,6 +58,8 @@ #ifndef __ARCH_X86_ISATRAITS_HH__ #define __ARCH_X86_ISATRAITS_HH__ +#include "arch/x86/x86_traits.hh" + namespace LittleEndianGuest {} namespace X86ISA