temp. disable cycle coll. on x86_64

This commit is contained in:
Niko Matsakis 2011-11-11 15:28:16 -08:00
parent b78c096ebc
commit 69911c2bc1
1 changed files with 2 additions and 0 deletions

View File

@ -167,7 +167,9 @@ void task_start_wrapper(spawn_args *a)
failed = true;
}
# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM)
cc::do_cc(task);
# endif
rust_closure_env* env = (rust_closure_env*)a->a3;
if(env) {