summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
;=============================================================================