changeset 4245:0319c84d274d SDL-1.2

Fixed 32-bit build
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Sep 2009 21:38:07 +0000
parents 8fc98498e4f0
children 8b8314cc34a6
files src/cpuinfo/SDL_cpuinfo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpuinfo/SDL_cpuinfo.c	Sat Sep 26 11:42:39 2009 +0000
+++ b/src/cpuinfo/SDL_cpuinfo.c	Sat Sep 26 21:38:07 2009 +0000
@@ -161,7 +161,7 @@
 "        movl    %%edi,%%ebx\n"
 	: "=m" (features)
 	:
-	: "%eax", "%ebx", "%ecx", "%edx", "%edi"
+	: "%eax", "%ecx", "%edx", "%edi"
 	);
 #elif defined(__GNUC__) && defined(__x86_64__)
 	__asm__ (
@@ -230,7 +230,7 @@
 "        movl    %%edi,%%ebx\n"
 	: "=m" (features)
 	:
-	: "%eax", "%ebx", "%ecx", "%edx", "%edi"
+	: "%eax", "%ecx", "%edx", "%edi"
 	);
 #elif defined(__GNUC__) && defined (__x86_64__)
 	__asm__ (