mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05: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 %2, %%esi\n"
|
||||||
"\tmovl %3, %%ebx\n"
|
"\tmovl %3, %%ebx\n"
|
||||||
"\tcmpl $0, %0\n"
|
"\tcmpl $0, %0\n"
|
||||||
"\tjnz 2f\n"
|
"\tjnz 1f\n"
|
||||||
"\tjmp 6f\n"
|
"\tjmp 6f\n"
|
||||||
|
|
||||||
"\t.p2align 4,,15\n"
|
"\t.p2align 4,,15\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue