diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-11-11 15:28:16 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2011-11-16 15:16:41 -0800 |
| commit | 69911c2bc1a4271edf8db63dbdf6847654922a69 (patch) | |
| tree | 43cb936cd66e73a294f5d3826202c7ec95c8d557 /src/rt/rust_task.cpp | |
| parent | b78c096ebc73b81f77a58c0224ec037837dab8e4 (diff) | |
| download | rust-69911c2bc1a4271edf8db63dbdf6847654922a69.tar.gz rust-69911c2bc1a4271edf8db63dbdf6847654922a69.zip | |
temp. disable cycle coll. on x86_64
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
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) { |
