We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0d063 commit 3608c29Copy full SHA for 3608c29
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b78c096ebc73b81f77a58c0224ec037837dab8e4
+refs/heads/master: 69911c2bc1a4271edf8db63dbdf6847654922a69
trunk/src/rt/rust_task.cpp
@@ -167,7 +167,9 @@ void task_start_wrapper(spawn_args *a)
167
failed = true;
168
}
169
170
+# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM)
171
cc::do_cc(task);
172
+# endif
173
174
rust_closure_env* env = (rust_closure_env*)a->a3;
175
if(env) {
0 commit comments