correction of syntax errors

This commit is contained in:
ceriel 1987-01-27 10:50:43 +00:00
parent e969c006b7
commit 89bbe4c782

View file

@ -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