From 89bbe4c782d94e8c11bd4477f2f8aa561166440d Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Jan 1987 10:50:43 +0000 Subject: [PATCH] correction of syntax errors --- mach/pmds4/libsys/tell.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1