Statetrace: Fix the i686 detection macro.

This commit is contained in:
Gabe Black 2011-03-02 22:53:11 -08:00
parent 16d997840a
commit 3bcd77ddef

View file

@ -46,7 +46,7 @@
#endif
#elif defined __STATETRACE_I386__
#if !(defined __i386__ || defined __i486__ || \
defined __i586__ || defined __i686)
defined __i586__ || defined __i686__)
#error "I386 toolchain required."
#endif
#elif defined __STATETRACE_IA64__