Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1:/tmp/cvs-serv2942
Modified Files:
pcm_dmix_i386.h
Log Message:
Fixed small errors (size == 0 test)
Index: pcm_dmix_i386.h
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_dmix_i386.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pcm_dmix_i386.h 25 Feb 2003 12:45:25 -0000 1.2
+++ pcm_dmix_i386.h 28 Feb 2003 20:33:01 -0000 1.3
@@ -55,7 +55,7 @@
/*
* while (size-- > 0) {
*/
- "\tcmp $0, %%edx\n"
+ "\tcmp $0, %0\n"
"jz 6f\n"
"\t.p2align 4,,15\n"
@@ -180,7 +180,7 @@
/*
* while (size-- > 0) {
*/
- "\tcmp $0, %%edx\n"
+ "\tcmp $0, %0\n"
"jz 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