From 2690f07cbd357c5414b845ceaec894c3873b3eb5 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 4 Mar 1985 15:30:44 +0000 Subject: [PATCH] Incorrect alignment caused odd _end, which caused failures of malloc(). --- mach/m68k4/libem/printf.s | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/m68k4/libem/printf.s b/mach/m68k4/libem/printf.s index 7f8862309..6a500944a 100644 --- a/mach/m68k4/libem/printf.s +++ b/mach/m68k4/libem/printf.s @@ -7,6 +7,7 @@ _getal: .space 12 _char: .space 1 + .align 2 .data sav: .long 0 -- 2.34.1