Align correctly memory to a frontier of 4

This commit is contained in:
Laurent Vivier 2004-05-26 18:34:04 +00:00
parent 2cc1e38203
commit 3edd6f5707

View File

@ -106,7 +106,8 @@ start:
add.l #4, %d0
NewPtr
move.l %a0, %d0
and.l #0xFFFFFFFC, %d0
add.l #3, %d0
and.l #0xFFFFFFFC.l, %d0
/* save result in the ParamBlockRec.ioBuffer */