summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dos
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-11-15 08:06:55 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-11-15 08:06:55 +0000
commit4ffc5fa7a58519853a7578838f5574b65e9f39a3 (patch)
tree3eade44ba6f8da586ef2f562d889d66a13b11b25 /src/mesa/drivers/dos
parentfdd74136b32e27c9193748176be1e2b87fae4075 (diff)
work around a bug in gcc 3.3.3 (which duplicates ASM block)
Diffstat (limited to 'src/mesa/drivers/dos')
-rw-r--r--src/mesa/drivers/dos/dpmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dos/dpmi.c b/src/mesa/drivers/dos/dpmi.c
index 81af6ac5d0..b2cef04ac8 100644
--- a/src/mesa/drivers/dos/dpmi.c
+++ b/src/mesa/drivers/dos/dpmi.c
@@ -140,7 +140,7 @@ int
_can_mmx (void)
{
#ifdef USE_MMX_ASM
- static int x86_cpu_features = 0;
+ int x86_cpu_features = 0;
__asm("\n\
pushfl \n\
popl %%eax \n\