projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6331360
)
eltorito: align the buffer
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 10 Dec 2009 03:59:48 +0000
(19:59 -0800)
committer
H. 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
patch
|
blob
|
history
diff --git
a/dosutil/eltorito.asm
b/dosutil/eltorito.asm
index
3294c6f
..
1ff8b38
100644
(file)
--- 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
;=============================================================================