memdisk: Fix mBFT alignment
authorShao Miller <shao.miller@yrdsb.edu.on.ca>
Fri, 11 Dec 2009 18:52:15 +0000 (19:52 +0100)
committerErwan Velu <erwan.velu@free.fr>
Fri, 11 Dec 2009 18:52:15 +0000 (19:52 +0100)
Impact: Fixing mBFT alignment

It was previously possible that the mBFT might not be 16-byte
aligned because the .data section was not.

memdisk/memdisk.inc

index a92bbda..e1a0901 100644 (file)
@@ -938,7 +938,7 @@ writehex_common:
                ret
 %endif
 
-               section .data
+               section .data align=16
                alignb 2
 Int13Funcs     dw Reset                ; 00h - RESET
                dw GetStatus            ; 01h - GET STATUS