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
+2 -2
View File
@@ -28,10 +28,10 @@ cglobal image_copy_plane_uc_from, 6, 7, 4, dst, dst_linesize, src, src_linesize,
add srcq, bwq
neg bwq
.row_start
.row_start:
mov rowposq, bwq
.loop
.loop:
movntdqa m0, [srcq + rowposq + 0 * mmsize]
movntdqa m1, [srcq + rowposq + 1 * mmsize]
movntdqa m2, [srcq + rowposq + 2 * mmsize]