mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Add PBWriteSync
This commit is contained in:
parent
f4679e1e67
commit
d04f6b28a8
@ -187,6 +187,16 @@ PBReadSync:
|
||||
unlk %fp
|
||||
rts
|
||||
|
||||
/* OSErr PBWriteSync(ParamBlockRec_t* paramBlock) */
|
||||
|
||||
.global PBWriteSync
|
||||
PBWriteSync:
|
||||
link %fp, #0
|
||||
move.l 8(%fp), %a0
|
||||
dc.w 0xA003 /* PBWriteSync */
|
||||
unlk %fp
|
||||
rts
|
||||
|
||||
/* OSErr PBOpenSync(ParmBlkPtr paramBlock) */
|
||||
|
||||
.global PBOpenSync
|
||||
|
Loading…
Reference in New Issue
Block a user