Update of /cvsroot/alsa/alsa-lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv3205

Modified Files:
        code.c 
Log Message:
Fixed small errors (size == 0 test) in asm code

Index: code.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/test/code.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- code.c      28 Feb 2003 17:03:26 -0000      1.8
+++ code.c      28 Feb 2003 20:33:42 -0000      1.9
@@ -161,7 +161,7 @@
                /*
                 * while (size-- > 0) {
                 */
-               "\tcmp $0, %%edx\n"
+               "\tcmp $0, %0\n"
                "jz 6f\n"
 
                "\t.p2align 4,,15\n"
@@ -282,7 +282,7 @@
                /*
                 * while (size-- > 0) {
                 */
-               "\tcmp $0, %%edx\n"
+               "\tcmp $0, %0\n"
                "\tjz 6f\n"
 
                "\t.p2align 4,,15\n"



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to