From a3df4781f40869cd7766f46221412039cf54c1b7 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 6 Aug 2012 00:09:48 +0100 Subject: x86: add colons after labels nasm prints a warning if the colon is missing. Signed-off-by: Mans Rullgard --- libavresample/x86/audio_mix.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavresample') diff --git a/libavresample/x86/audio_mix.asm b/libavresample/x86/audio_mix.asm index 8aeac8b242..bab4292e13 100644 --- a/libavresample/x86/audio_mix.asm +++ b/libavresample/x86/audio_mix.asm @@ -361,7 +361,7 @@ cglobal mix_%1_to_%2_%3_flt, 3,in_channels+2,needed_mmregs+matrix_elements_mm, s mov src0q, [src0q] add src0q, lenq neg lenq -.loop +.loop: ; for x86-32 with 7-8 channels we do not have enough gp registers for all src ; pointers, so we have to load some of them from the stack each time %define copy_src_from_stack ARCH_X86_32 && in_channels >= 7 && %%i >= 5 -- cgit v1.2.3