align(4) the allocated buffer for second

This commit is contained in:
Laurent Vivier 2004-05-25 22:39:51 +00:00
parent 660c23bc12
commit b973b7f5b8

View File

@ -103,8 +103,10 @@ start:
lea ioReqCount(%pc),%a0
move.l (%a0), %d0
add.l #4, %d0
NewPtr
move.l %a0, %d0
and.l #0xFFFFFFFC, %d0
/* save result in the ParamBlockRec.ioBuffer */