From: Daniel Borca Date: Mon, 15 Nov 2004 08:06:55 +0000 (+0000) Subject: work around a bug in gcc 3.3.3 (which duplicates ASM block) X-Git-Tag: mesa-7.8~10340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ffc5fa7a58519853a7578838f5574b65e9f39a3;p=platform%2Fupstream%2Fmesa.git work around a bug in gcc 3.3.3 (which duplicates ASM block) --- diff --git a/src/mesa/drivers/dos/dpmi.c b/src/mesa/drivers/dos/dpmi.c index 81af6ac..b2cef04 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\