temp. disable cycle coll. on x86_64
This commit is contained in:
parent
b78c096ebc
commit
69911c2bc1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue