correction of syntax errors
This commit is contained in:
parent
e969c006b7
commit
89bbe4c782
|
@ -8,8 +8,8 @@
|
|||
.extern _tell
|
||||
_tell:
|
||||
pea 1
|
||||
clrl.l -(sp)
|
||||
mov.l 12(sp),-(sp)
|
||||
clr.l -(sp)
|
||||
move.l 12(sp),-(sp)
|
||||
jsr _lseek
|
||||
add #12,sp
|
||||
rts
|
||||
|
|
Loading…
Reference in a new issue