Merge branch 'gcc-4.5.1' of http://github.com/rillian/rust
This commit is contained in:
commit
429964b439
@ -54,7 +54,7 @@ rust_task_test::worker::run() {
|
||||
kernel->create_domain(crate, "test");
|
||||
rust_dom *domain = handle->referent();
|
||||
domain->root_task->start(crate->get_exit_task_glue(),
|
||||
(uintptr_t)&task_entry, NULL, 0);
|
||||
(uintptr_t)&task_entry, (uintptr_t)NULL, 0);
|
||||
domain->start_main_loop();
|
||||
kernel->destroy_domain(domain);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user