mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 03:30:10 +01:00
work around a bug in gcc 3.3.3 (which duplicates ASM block)
This commit is contained in:
parent
fdd74136b3
commit
4ffc5fa7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue