diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2011-09-22 09:23:07 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2011-09-22 09:23:07 +0200 |
| commit | aad1342e13c0c09932c5bfc6c9ca9a7430709194 (patch) | |
| tree | 88817539bc83cb27bb614afa43a058f054574413 /src/rt/rust_cc.cpp | |
| parent | 5e3d0e304f0d60bcef3b83af6264d99aa9172130 (diff) | |
| download | rust-aad1342e13c0c09932c5bfc6c9ca9a7430709194.tar.gz rust-aad1342e13c0c09932c5bfc6c9ca9a7430709194.zip | |
Fix long line
Diffstat (limited to 'src/rt/rust_cc.cpp')
| -rw-r--r-- | src/rt/rust_cc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_cc.cpp b/src/rt/rust_cc.cpp index 77965c3d7f9..1b5890358c9 100644 --- a/src/rt/rust_cc.cpp +++ b/src/rt/rust_cc.cpp @@ -417,7 +417,8 @@ sweep(rust_task *task, const std::set<void *> &marked) { void do_cc(rust_task *task) { - DPRINT("cc; n allocs = %lu\n", (long unsigned int)task->local_allocs.size()); + DPRINT("cc; n allocs = %lu\n", + (long unsigned int)task->local_allocs.size()); irc_map ircs; irc::compute_ircs(task, ircs); |
