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) in asm code
This commit is contained in:
parent
b53b043c43
commit
743f9a952d
1 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ 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"
|
||||
|
|
@ -282,7 +282,7 @@ void mix_areas1_mmx(unsigned int size,
|
|||
/*
|
||||
* while (size-- > 0) {
|
||||
*/
|
||||
"\tcmp $0, %%edx\n"
|
||||
"\tcmp $0, %0\n"
|
||||
"\tjz 6f\n"
|
||||
|
||||
"\t.p2align 4,,15\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue