Fixed wrong jump for 32-bit mixing

This commit is contained in:
Jaroslav Kysela 2004-05-24 18:40:11 +00:00
parent d8d9c70532
commit 0c468bf109

View file

@ -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"