corrected a syntax error
This commit is contained in:
parent
ae50580eff
commit
cd782a1488
|
@ -10,7 +10,7 @@ link a6,#0
|
||||||
move.l (12,a6),-(sp)
|
move.l (12,a6),-(sp)
|
||||||
move.l #0,-(sp)
|
move.l #0,-(sp)
|
||||||
move.l (8,a6),-(sp)
|
move.l (8,a6),-(sp)
|
||||||
jsr _fcntl
|
jsr (_fcntl)
|
||||||
add.l #12,sp
|
add.l #12,sp
|
||||||
unlk a6
|
unlk a6
|
||||||
rts
|
rts
|
||||||
|
|
Loading…
Reference in a new issue