pxelinux: add colon to label by itself
authorH. Peter Anvin <hpa@zytor.com>
Wed, 4 Jun 2008 23:09:58 +0000 (16:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 4 Jun 2008 23:09:58 +0000 (16:09 -0700)
Newer versions of NASM warn about a label on a line by itself (because
it could have been a typoed opcode.)  Add a colon.

core/pxelinux.asm

index ce3250b..fccf82f 100644 (file)
@@ -1552,7 +1552,7 @@ is_gpxe:
                jmp .again
 
                section .data
-gpxe_warning_msg
+gpxe_warning_msg:
                db 'URL syntax, but gPXE extensions not detected, '
                db 'trying plain TFTP...', CR, LF, 0
 HasGPXE                db -1                   ; Unknown