From 4b01fffbdb27669351751c300e08e57b8dbcf56b Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 26 Sep 2003 14:07:42 +0000 Subject: fix bug in n_profiler_calls counter --- iprofile.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iprofile.s') diff --git a/iprofile.s b/iprofile.s index 94c174e..87205ba 100644 --- a/iprofile.s +++ b/iprofile.s @@ -380,7 +380,7 @@ profile_n_: add d0,time_lo(a2) adc a1,time_hi(a2) - incl n_profiler_calls(d1) + incl n_profiler_calls(a2) #ifdef ALLOCATION_PROFILE mov end_heap,a0 -- cgit v1.2.3