From 259698213aa1a9d3b845de3d42d859ee08ec7937 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 26 Oct 2006 15:12:12 +0000 Subject: fix min heap profile by restoring register d0 after call_finalisers --- pstartup.a | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pstartup.a') diff --git a/pstartup.a b/pstartup.a index d591ab8..bd24ab4 100644 --- a/pstartup.a +++ b/pstartup.a @@ -3330,7 +3330,10 @@ end_garbage_collect_: no_heap_use_message: if FINALIZERS + stwu d0,-4(sp) bl call_finalizers + lwz d0,0(sp) + addi sp,sp,4 endif if WRITE_HEAP -- cgit v1.2.3