about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index b2158945182..14a32ac2c63 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -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) {