diff options
author | José Fonseca <[email protected]> | 2008-02-19 18:57:25 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 18:57:25 +0900 |
commit | 5480a6bc13a555f99a89fc801cfe153182697dda (patch) | |
tree | 60021b448477eaf564b52618e2c5913ade5638e6 /src/gallium/auxiliary/rtasm/rtasm_x86sse.c | |
parent | b62f0ddd09f8ef9c400feca321412b3f0bc77e63 (diff) |
Fix windows build.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_x86sse.c')
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_x86sse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c index b332192a62a..dcbf76f600e 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c +++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c @@ -21,7 +21,7 @@ * **************************************************************************/ -#if defined(__i386__) || defined(__386__) +#if defined(__i386__) || defined(__386__) || defined(i386) #include "pipe/p_compiler.h" #include "pipe/p_debug.h" |