projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd7413
)
work around a bug in gcc 3.3.3 (which duplicates ASM block)
author
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 15 Nov 2004 08:06:55 +0000
(08:06 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 15 Nov 2004 08:06:55 +0000
(08:06 +0000)
src/mesa/drivers/dos/dpmi.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dos/dpmi.c
b/src/mesa/drivers/dos/dpmi.c
index 81af6ac5d0b0ac3e600190f6d4a4d0eb22caa5e1..b2cef04ac8fee7a4474bc6e66448978912ae39ef 100644
(file)
--- 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\