mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed small errors (size == 0 test)
This commit is contained in:
parent
20f261e3fd
commit
b53b043c43
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ static void MIX_AREAS1(unsigned int size,
|
|||
/*
|
||||
* while (size-- > 0) {
|
||||
*/
|
||||
"\tcmp $0, %%edx\n"
|
||||
"\tcmp $0, %0\n"
|
||||
"jz 6f\n"
|
||||
|
||||
"\t.p2align 4,,15\n"
|
||||
|
|
@ -180,7 +180,7 @@ static void MIX_AREAS1_MMX(unsigned int size,
|
|||
/*
|
||||
* while (size-- > 0) {
|
||||
*/
|
||||
"\tcmp $0, %%edx\n"
|
||||
"\tcmp $0, %0\n"
|
||||
"jz 6f\n"
|
||||
|
||||
"\t.p2align 4,,15\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue