diff options
author | John van Groningen | 2003-09-26 14:07:42 +0000 |
---|---|---|
committer | John van Groningen | 2003-09-26 14:07:42 +0000 |
commit | 4b01fffbdb27669351751c300e08e57b8dbcf56b (patch) | |
tree | 50612819b540963405fd52a055237a775ab0e3f5 /iprofile.s | |
parent | fix #defines for classic (diff) |
fix bug in n_profiler_calls counter
Diffstat (limited to 'iprofile.s')
-rw-r--r-- | iprofile.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |