浏览代码

correction of syntax errors

ceriel 37 年之前
父节点
当前提交
89bbe4c782
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mach/pmds4/libsys/tell.s

+ 2 - 2
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