From b973b7f5b87d0f6e33f44131fd0f76a219c0be32 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 25 May 2004 22:39:51 +0000 Subject: [PATCH] align(4) the allocated buffer for second --- first/first.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/first/first.S b/first/first.S index b866d43..17869d7 100644 --- a/first/first.S +++ b/first/first.S @@ -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 */