Skip to content

Commit 69911c2

Browse files
committed
temp. disable cycle coll. on x86_64
1 parent b78c096 commit 69911c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rt/rust_task.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ void task_start_wrapper(spawn_args *a)
167167
failed = true;
168168
}
169169

170+
# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM)
170171
cc::do_cc(task);
172+
# endif
171173

172174
rust_closure_env* env = (rust_closure_env*)a->a3;
173175
if(env) {

0 commit comments

Comments
 (0)