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 .extern _tell
_tell: _tell:
pea 1 pea 1
clrl.l -(sp) clr.l -(sp)
mov.l 12(sp),-(sp) move.l 12(sp),-(sp)
jsr _lseek jsr _lseek
add #12,sp add #12,sp
rts rts