Only use one 'END' per file

On visual studio builds the 'END' directive aggressively signals the end
of file.

Change-Id: I28714da32762ef5abcbaeb5a109fb02b80dd13ec
This commit is contained in:
Johann 2015-05-27 12:01:28 -07:00
parent c5a7c89e89
commit bbefdce7eb

View File

@ -152,9 +152,6 @@ loop16x16
ENDP
END
; r0 unsigned char *src_ptr
; r1 int source_stride
; r2 unsigned char *ref_ptr
@ -238,8 +235,6 @@ loop8x8
ENDP
END
; r0 unsigned char *src_ptr
; r1 int source_stride
; r2 unsigned char *ref_ptr