diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 12:21:20 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 12:21:20 +0000 |
commit | b9b29525a6454eacd170b27da7a428f360a6729e (patch) | |
tree | df6743f83d5418ad61f971b56434cf3f2222d081 /src/arch/x86 | |
parent | 9e93feea10fefcb4d612a3cd8e1d832c592408ee (diff) | |
download | gem5-b9b29525a6454eacd170b27da7a428f360a6729e.tar.xz |
Include the x86 specific traits file.
--HG--
extra : convert_revision : bcf448aedd832022527cc972f7a1f0433987c564
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/isa_traits.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |