mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed wrong jump for 32-bit mixing
This commit is contained in:
parent
d8d9c70532
commit
0c468bf109
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ static void MIX_AREAS2(unsigned int size,
|
|||
"\tmovl %2, %%esi\n"
|
||||
"\tmovl %3, %%ebx\n"
|
||||
"\tcmpl $0, %0\n"
|
||||
"\tjnz 2f\n"
|
||||
"\tjnz 1f\n"
|
||||
"\tjmp 6f\n"
|
||||
|
||||
"\t.p2align 4,,15\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue