From 2624e5d05c96641ee50ff1701aac364540102a51 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 26 Jul 1995 08:52:03 +0000 Subject: [PATCH] Use _end instead of $_end. $_end does not always indicate the right position. This should be fixed as well, but how? --- mach/sparc_solaris/libsys/head_em.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/sparc_solaris/libsys/head_em.s b/mach/sparc_solaris/libsys/head_em.s index 508e82eda..df6815d56 100644 --- a/mach/sparc_solaris/libsys/head_em.s +++ b/mach/sparc_solaris/libsys/head_em.s @@ -71,9 +71,9 @@ lino: filn: .word 0 ! filn reghp: - .word $_end + .word _end limhp: - .word $_end + .word _end trppc: .word 0 trpim: -- 2.34.1