Showing with 1 addition and 1 deletion.
  1. +1 −1 src/gc/gc.d
2 changes: 1 addition & 1 deletion src/gc/gc.d
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ struct Gcx
{
if (GC.config.profile)
{
printf("\tNumber of collections: %llu\n", numCollections);
printf("\tNumber of collections: %llu\n", cast(ulong)numCollections);
printf("\tTotal GC prep time: %lld milliseconds\n",
prepTime.total!("msecs"));
printf("\tTotal mark time: %lld milliseconds\n",
Expand Down