changeset 6949:81f6cbfc33ce

1000l
author michael
date Thu, 08 Aug 2002 10:46:16 +0000
parents ab51ddbec0e1
children d0adb23dec87
files postproc/postprocess_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/postprocess_template.c	Wed Aug 07 21:51:10 2002 +0000
+++ b/postproc/postprocess_template.c	Thu Aug 08 10:46:16 2002 +0000
@@ -122,7 +122,7 @@
 		"movd %%mm0, %0					\n\t"
 		: "=r" (numEq)
 		: "r" (src), "r" (stride)
-		: "%ebx"
+		: "%eax", "%ebx"
 		);
 	numEq= (-numEq) &0xFF;