changeset 887 | b4b64bb88f2f |
parent 881 | 9eb85a211abd |
child 1152 | 51a8702d8ecd |
--- a/src/cpuinfo/SDL_cpuinfo.c Thu May 06 15:55:06 2004 +0000 +++ b/src/cpuinfo/SDL_cpuinfo.c Sun May 16 17:19:48 2004 +0000 @@ -138,7 +138,7 @@ " movl %%edi,%%ebx\n" : "=m" (features) : - : "%eax", "%ebx", "%ecx", "%edx", "%edi" + : "%eax", "%ecx", "%edx", "%edi" ); #elif defined(_MSC_VER) __asm { @@ -173,7 +173,7 @@ " movl %%edi,%%ebx\n" : "=m" (features) : - : "%eax", "%ebx", "%ecx", "%edx", "%edi" + : "%eax", "%ecx", "%edx", "%edi" ); #elif defined(_MSC_VER) __asm {