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