correction of syntax errors
authorceriel <none@none>
Tue, 27 Jan 1987 10:50:43 +0000 (10:50 +0000)
committerceriel <none@none>
Tue, 27 Jan 1987 10:50:43 +0000 (10:50 +0000)
mach/pmds4/libsys/tell.s

index c951648..e10c8d2 100644 (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