From: ceriel Date: Tue, 27 Jan 1987 10:50:43 +0000 (+0000) Subject: correction of syntax errors X-Git-Tag: release-5-5~4932 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=89bbe4c782d94e8c11bd4477f2f8aa561166440d;p=ack.git correction of syntax errors --- diff --git a/mach/pmds4/libsys/tell.s b/mach/pmds4/libsys/tell.s index c951648a6..e10c8d29e 100644 --- a/mach/pmds4/libsys/tell.s +++ b/mach/pmds4/libsys/tell.s @@ -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