From e91e9837288cd335c1adc5f955301f593b8f7304 Mon Sep 17 00:00:00 2001 From: eck Date: Fri, 28 Sep 1990 15:35:16 +0000 Subject: [PATCH] changed _end to __end because of namespace pollution --- mach/vax4/libsysV_2/head_em.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/vax4/libsysV_2/head_em.s b/mach/vax4/libsysV_2/head_em.s index d9fd41cab..315e21bc7 100644 --- a/mach/vax4/libsysV_2/head_em.s +++ b/mach/vax4/libsysV_2/head_em.s @@ -73,9 +73,9 @@ Im2: .data4 1 .data4 0 .reghp: - .data4 _end + .data4 __end .limhp: - .data4 _end + .data4 __end hol0: .space 8 .trppc: -- 2.34.1