summaryrefslogtreecommitdiff
path: root/dosutil/eltorito.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-12-09 19:59:48 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-12-09 19:59:48 -0800
commita34f4d5133f12beda4d5ed6ce923d1af82ec1652 (patch)
tree4cd5c47763af10907c209a7ccf9560ed20c480d7 /dosutil/eltorito.asm
parent63313601614535f6faefa8d4d00908f2b645ee96 (diff)
downloadsyslinux-a34f4d5133f12beda4d5ed6ce923d1af82ec1652.tar.gz
eltorito: align the buffer
Align the sector buffer. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'dosutil/eltorito.asm')
-rw-r--r--dosutil/eltorito.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/dosutil/eltorito.asm b/dosutil/eltorito.asm
index 3294c6fc..1ff8b38c 100644
--- a/dosutil/eltorito.asm
+++ b/dosutil/eltorito.asm
@@ -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
;=============================================================================