浏览代码

Moved retar from ret.s to trp.s.
trp.s needed it and is behind ret.s in the library.
When ret.s is loaded, it calls (via unknown) trp.s so
inclusion in trp.s should work.

keie 39 年之前
父节点
当前提交
445d52de66
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. 0 4
      mach/pdp/libem/ret.s
  2. 2 0
      mach/pdp/libem/trp.s

+ 0 - 4
mach/pdp/libem/ret.s

@@ -25,7 +25,3 @@ lfr~:
 5:	mov	(r1)+,-(sp)
 	sob	r0,5b
 4:	jmp	(r3)
-
-.data
-retar:	.=.+16.
-retend:

+ 2 - 0
mach/pdp/libem/trp.s

@@ -90,4 +90,6 @@ trp~:
 	4
 
 .data
+retar:	.=.+16.
+retend:
 buf:	<err 00000\n>