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/rust_task.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rt/rust_task.h') diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 82792c1e1e5..a022a348667 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -60,8 +60,7 @@ rust_task : public maybe_proxy, ~rust_task(); void start(uintptr_t spawnee_fn, - uintptr_t args, - size_t callsz); + uintptr_t args); void grow(size_t n_frame_bytes); bool running(); bool blocked(); -- cgit 1.4.1-3-g733a5