x86: Add missing colons after assembly labels

This fixes many warnings of the sort
warning: label alone on a line without a colon might be in error
This commit is contained in:
Diego Biurrun
2016-10-17 16:31:26 +02:00
parent 2816f8a8bb
commit 6be7944ee2
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ cglobal lowpass_line, 5, 5, 7
pcmpeqb m6, m6
.loop
.loop:
mova m0, [r3+r1]
mova m1, [r3+r1+mmsize]
pavgb m0, [r4+r1]