Skip to content
Snippets Groups Projects
Commit 15e6ea24 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-09 10:23:36 by simonm]

urk, extra parenthesis crept in.
parent 68cb0fcb
No related merge requests found
......@@ -520,8 +520,8 @@ stat_exit(I_ alloc)
if (time - GC_tot_time == 0.0)
ullong_format_string((ullong)0, temp, rtsTrue/*commas*/);
else
ullong_format_string((ullong)
(time - GC_tot_time)), temp, rtsTrue/*commas*/);
ullong_format_string((ullong)(time - GC_tot_time),
temp, rtsTrue/*commas*/);
fprintf(sf, " Alloc rate %s bytes per MUT second\n\n", temp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment