# HG changeset patch # User Sam Lantinga # Date 1254001196 0 # Node ID 714a352c88698cc4f0d141b49bccc899c211cc51 # Parent b225c8a7896e3a19bc743189c52c62bce374a2f5 Fixed 32-bit build diff -r b225c8a7896e -r 714a352c8869 src/cpuinfo/SDL_cpuinfo.c --- a/src/cpuinfo/SDL_cpuinfo.c Sat Sep 26 10:36:55 2009 +0000 +++ b/src/cpuinfo/SDL_cpuinfo.c Sat Sep 26 21:39:56 2009 +0000 @@ -166,7 +166,7 @@ " movl %%edi,%%ebx\n" : "=m" (features) : - : "%eax", "%ebx", "%ecx", "%edx", "%edi" + : "%eax", "%ecx", "%edx", "%edi" ); #elif defined(__GNUC__) && defined(__x86_64__) __asm__ ( @@ -238,7 +238,7 @@ " movl %%edi,%%ebx\n" : "=m" (features) : - : "%eax", "%ebx", "%ecx", "%edx", "%edi" + : "%eax", "%ecx", "%edx", "%edi" ); #elif defined(__GNUC__) && defined (__x86_64__) __asm__ (