eltorito: fix comments that confuse NASM
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 Dec 2009 02:16:31 +0000 (18:16 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 9 Dec 2009 02:16:31 +0000 (18:16 -0800)
commit8d5ed148d33d3ec4db19d3456b521188a8442fc8
treea602e704fd90b377d71d397d0b4b06b622ccfae8
parentdf8e2309109e11447dab0871e4503a96f3201a3a
eltorito: fix comments that confuse NASM

The sequence ; ... \ is interpreted by NASM as a continuation line of
a comment which thus comments out the next line.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
dosutil/eltorito.asm