Skip to content

Commit e59c104

Browse files
committed
---
yaml --- r: 5438 b: refs/heads/master c: aad1342 h: refs/heads/master v: v3
1 parent 3a3d52f commit e59c104

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5e3d0e304f0d60bcef3b83af6264d99aa9172130
2+
refs/heads/master: aad1342e13c0c09932c5bfc6c9ca9a7430709194

trunk/src/rt/rust_cc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ sweep(rust_task *task, const std::set<void *> &marked) {
417417

418418
void
419419
do_cc(rust_task *task) {
420-
DPRINT("cc; n allocs = %lu\n", (long unsigned int)task->local_allocs.size());
420+
DPRINT("cc; n allocs = %lu\n",
421+
(long unsigned int)task->local_allocs.size());
421422

422423
irc_map ircs;
423424
irc::compute_ircs(task, ircs);

0 commit comments

Comments
 (0)