summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp56dsp.asm
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-06 00:09:48 +0100
committerMans Rullgard <mans@mansr.com>2012-08-07 15:20:56 +0100
commita3df4781f40869cd7766f46221412039cf54c1b7 (patch)
tree59cddf33dc73be1370aa59ca545ac35e47d2cb23 /libavcodec/x86/vp56dsp.asm
parent36ef5369ee9b336febc2c270f8718cec4476cb85 (diff)
x86: add colons after labels
nasm prints a warning if the colon is missing. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/x86/vp56dsp.asm')
-rw-r--r--libavcodec/x86/vp56dsp.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/vp56dsp.asm b/libavcodec/x86/vp56dsp.asm
index ca4d97ec15..d80680fbb5 100644
--- a/libavcodec/x86/vp56dsp.asm
+++ b/libavcodec/x86/vp56dsp.asm
@@ -139,7 +139,7 @@ cglobal vp6_filter_diag4, 5, 7, 8
mov r3, rsp
mov r6, 11
-.nextrow
+.nextrow:
DIAG4 r1, -1, 0, 1, 2, r3
add r3, 8
add r1, r2
@@ -151,7 +151,7 @@ cglobal vp6_filter_diag4, 5, 7, 8
lea r3, [rsp+8]
mov r6, 8
-.nextcol
+.nextcol:
DIAG4 r3, -8, 0, 8, 16, r0
add r3, 8
add r0, r2