mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
Align correctly memory to a frontier of 4
This commit is contained in:
parent
2cc1e38203
commit
3edd6f5707
@ -106,7 +106,8 @@ start:
|
|||||||
add.l #4, %d0
|
add.l #4, %d0
|
||||||
NewPtr
|
NewPtr
|
||||||
move.l %a0, %d0
|
move.l %a0, %d0
|
||||||
and.l #0xFFFFFFFC, %d0
|
add.l #3, %d0
|
||||||
|
and.l #0xFFFFFFFC.l, %d0
|
||||||
|
|
||||||
/* save result in the ParamBlockRec.ioBuffer */
|
/* save result in the ParamBlockRec.ioBuffer */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user