Skip to content

Commit 3608c29

Browse files
committed
---
yaml --- r: 6311 b: refs/heads/master c: 69911c2 h: refs/heads/master i: 6309: 0c59bee 6307: d73c283 6303: 496304c v: v3
1 parent 4e0d063 commit 3608c29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b78c096ebc73b81f77a58c0224ec037837dab8e4
2+
refs/heads/master: 69911c2bc1a4271edf8db63dbdf6847654922a69

trunk/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)