mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 00:32:15 +00:00
align(4) the allocated buffer for second
This commit is contained in:
parent
660c23bc12
commit
b973b7f5b8
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user