From 325d68a204d2d4eb4fd91cf532726b9aaf40496b Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 18 Feb 2003 19:32:24 +0000 Subject: * mips/crt0.S (zerobss): Reload __memsize after call. --- libgloss/mips/crt0.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libgloss/mips') diff --git a/libgloss/mips/crt0.S b/libgloss/mips/crt0.S index acb160df0..0c919f798 100644 --- a/libgloss/mips/crt0.S +++ b/libgloss/mips/crt0.S @@ -154,6 +154,7 @@ zerobss: /* NOTE: a0[0] contains the amount of memory available, and not the last memory address. */ + la a0, __memsize lw t0,0(a0) # last address of memory available la t1,K0BASE # cached kernel memory addu t0,t0,t1 # get the end of memory address -- cgit v1.2.3