From 992e62127c3d47046b5699e6cd1da17638f8de02 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 c20cd393..8fc40f4f 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 af879512..a2084431 100644 --- a/mach/pdp/libem/trp.s +++ b/mach/pdp/libem/trp.s @@ -90,4 +90,6 @@ trp~: 4 .data +retar: .=.+16. +retend: buf: