From 11695db3e30e7433e5fe95ddecd897508e57f0c9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 8 Jan 1987 09:56:17 +0000 Subject: [PATCH] I don't know! but it was changed. --- mach/i86/libem/tail.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i86/libem/tail.s b/mach/i86/libem/tail.s index cdadec8b7..059b23769 100644 --- a/mach/i86/libem/tail.s +++ b/mach/i86/libem/tail.s @@ -7,10 +7,10 @@ endtext: _etext: .align 2 .data - .align 2 enddata: _edata: - .bss .align 2 + .bss _end: endbss: + .align 2 -- 2.34.1