Skip to content

Commit 3a3d52f

Browse files
committed
---
yaml --- r: 5437 b: refs/heads/master c: 5e3d0e3 h: refs/heads/master i: 5435: 916fe83 v: v3
1 parent eab30a0 commit 3a3d52f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 8c02adc630b9786dbc0ccd0f680d37c840bc49b9
2+
refs/heads/master: 5e3d0e304f0d60bcef3b83af6264d99aa9172130

trunk/src/rt/rust_cc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ 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", task->local_allocs.size());
420+
DPRINT("cc; n allocs = %lu\n", (long unsigned int)task->local_allocs.size());
421421

422422
irc_map ircs;
423423
irc::compute_ircs(task, ircs);

0 commit comments

Comments
 (0)