Statetrace: Fix the i686 detection macro.
This commit is contained in:
parent
16d997840a
commit
3bcd77ddef
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
#endif
|
#endif
|
||||||
#elif defined __STATETRACE_I386__
|
#elif defined __STATETRACE_I386__
|
||||||
#if !(defined __i386__ || defined __i486__ || \
|
#if !(defined __i386__ || defined __i486__ || \
|
||||||
defined __i586__ || defined __i686)
|
defined __i586__ || defined __i686__)
|
||||||
#error "I386 toolchain required."
|
#error "I386 toolchain required."
|
||||||
#endif
|
#endif
|
||||||
#elif defined __STATETRACE_IA64__
|
#elif defined __STATETRACE_IA64__
|
||||||
|
|
Loading…
Reference in a new issue