From 67360ae61808453d308496f90e0b3faa3e8efee3 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 15 Jun 2011 18:16:17 -0700 Subject: Fixed a problem where spawn arguments were getting lost again. Also, fixed up stack alignment, which closes #496 --- src/rt/test/rust_test_runtime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/test/rust_test_runtime.cpp') diff --git a/src/rt/test/rust_test_runtime.cpp b/src/rt/test/rust_test_runtime.cpp index c683302dec2..0fed35dad82 100644 --- a/src/rt/test/rust_test_runtime.cpp +++ b/src/rt/test/rust_test_runtime.cpp @@ -52,7 +52,7 @@ rust_task_test::worker::run() { rust_handle *handle = kernel->create_domain("test"); rust_dom *domain = handle->referent(); - domain->root_task->start((uintptr_t)&task_entry, (uintptr_t)NULL, 0); + domain->root_task->start((uintptr_t)&task_entry, (uintptr_t)NULL); domain->start_main_loop(); kernel->destroy_domain(domain); } -- cgit 1.4.1-3-g733a5