unix define doesn't mean we're on a x86 compatible machine

svn path=/trunk/; revision=34945
This commit is contained in:
Hervé Poussineau 2008-07-30 07:29:55 +00:00
parent aa8cad03d0
commit 9b55463daa

View file

@ -2011,7 +2011,7 @@ typedef struct _ACL_SIZE_INFORMATION {
} ACL_SIZE_INFORMATION;
/* FIXME: add more machines */
#if defined(_X86_) || defined(unix) && !defined(__PowerPC__)
#if defined(_X86_) && !defined(__PowerPC__)
#define SIZE_OF_80387_REGISTERS 80
#define CONTEXT_i386 0x10000
#define CONTEXT_i486 0x10000