diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-03 15:12:18 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-03 23:48:12 -0800 |
| commit | 8d881967a2be96a38df3b4d70337568c3f3562b7 (patch) | |
| tree | 38443fe65cb51f7bcace94aa8169aead501a9ff0 /src/rt/rust.cpp | |
| parent | f94339cc1c98a1ae3ee3beb94c848009167a58d9 (diff) | |
| download | rust-8d881967a2be96a38df3b4d70337568c3f3562b7.tar.gz rust-8d881967a2be96a38df3b4d70337568c3f3562b7.zip | |
rt: Extract rust_scheduler from rust_task_thread
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index aa1e05c0400..9f9af2c5e8c 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -105,7 +105,7 @@ rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) { root_task->deref(); root_task = NULL; - int ret = kernel->start_task_threads(); + int ret = kernel->start_schedulers(); delete args; delete kernel; delete srv; |
