eltorito: align the buffer
authorH. Peter Anvin <hpa@zytor.com>
Thu, 10 Dec 2009 03:59:48 +0000 (19:59 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 10 Dec 2009 03:59:48 +0000 (19:59 -0800)
Align the sector buffer.

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

index 3294c6f..1ff8b38 100644 (file)
@@ -757,6 +757,7 @@ print_char_exit:
 ;The 96h data is used for testing the number of bytes returned by an Extended
 ;  CD-ROM sector read
 
+               align   16, db 0
 Buffer         times   2049    db      96h
 
 ;=============================================================================