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 11e57ef commit 07bd218Copy full SHA for 07bd218
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f597971441f99e3d0f6673879478566e79f09111
+refs/heads/master: 60e93cd1ecd3855800e0a6e186a413fd9d8ff20c
trunk/src/rt/rust_task.cpp
@@ -184,9 +184,7 @@ void task_start_wrapper(spawn_args *a)
184
failed = true;
185
}
186
187
-# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM)
188
cc::do_cc(task);
189
-# endif
190
191
rust_closure_env* env = (rust_closure_env*)a->a3;
192
if(env) {
@@ -620,6 +618,5 @@ rust_task::notify(bool success) {
620
618
// indent-tabs-mode: nil
621
619
// c-basic-offset: 4
622
// buffer-file-coding-system: utf-8-unix
623
-// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
624
// End:
625
//
0 commit comments