Skip to content

Commit 60e93cd

Browse files
committed
Re-enable cycle coll. on x86_64, seems to work better now.
1 parent f597971 commit 60e93cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rt/rust_task.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ void task_start_wrapper(spawn_args *a)
184184
failed = true;
185185
}
186186

187-
# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM)
188187
cc::do_cc(task);
189-
# endif
190188

191189
rust_closure_env* env = (rust_closure_env*)a->a3;
192190
if(env) {
@@ -620,6 +618,5 @@ rust_task::notify(bool success) {
620618
// indent-tabs-mode: nil
621619
// c-basic-offset: 4
622620
// buffer-file-coding-system: utf-8-unix
623-
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
624621
// End:
625622
//

0 commit comments

Comments
 (0)