From 445d52de667c3507a7cfa308a73e728f17453368 Mon Sep 17 00:00:00 2001 From: keie Date: Sun, 17 Feb 1985 22:31:10 +0000 Subject: [PATCH] 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. --- mach/pdp/libem/ret.s | 4 ---- mach/pdp/libem/trp.s | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mach/pdp/libem/ret.s b/mach/pdp/libem/ret.s index c20cd393d..8fc40f4f4 100644 --- a/mach/pdp/libem/ret.s +++ b/mach/pdp/libem/ret.s @@ -25,7 +25,3 @@ lfr~: 5: mov (r1)+,-(sp) sob r0,5b 4: jmp (r3) - -.data -retar: .=.+16. -retend: diff --git a/mach/pdp/libem/trp.s b/mach/pdp/libem/trp.s index af8795125..a2084431e 100644 --- a/mach/pdp/libem/trp.s +++ b/mach/pdp/libem/trp.s @@ -90,4 +90,6 @@ trp~: 4 .data +retar: .=.+16. +retend: buf: -- 2.34.1