From a33edf6e321faa0b7dce1fa38cc6629050bf61df Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 24 Oct 2007 14:04:59 +0000 Subject: [PATCH] Add X86 arch to list git-svn-id: http://ltt.polymtl.ca/svn@2713 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/ltt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/branches/poly/ltt/ltt.h b/ltt/branches/poly/ltt/ltt.h index 423d7cd2..26bc04f5 100644 --- a/ltt/branches/poly/ltt/ltt.h +++ b/ltt/branches/poly/ltt/ltt.h @@ -158,6 +158,7 @@ typedef enum _LttTypeEnum #define LTT_ARCH_TYPE_X86_64 8 #define LTT_ARCH_TYPE_C2 9 #define LTT_ARCH_TYPE_POWERPC 10 +#define LTT_ARCH_TYPE_X86 11 /* Standard definitions for variants */ #define LTT_ARCH_VARIANT_NONE 0 /* Main architecture implementation */ -- 2.34.1