From 3edd6f570702a5297f9af6023ea4a4558ae5c71c Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Wed, 26 May 2004 18:34:04 +0000 Subject: [PATCH] Align correctly memory to a frontier of 4 --- first/first.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/first/first.S b/first/first.S index 17869d7..b973be4 100644 --- a/first/first.S +++ b/first/first.S @@ -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 */