Fixed a problem where spawn arguments were getting lost again. Also, fixed up stack alignment, which closes #496

This commit is contained in:
Eric Holk
2011-06-15 18:16:17 -07:00
parent c4f9bd9470
commit 67360ae618
10 changed files with 55 additions and 39 deletions

View File

@@ -60,8 +60,7 @@ rust_task : public maybe_proxy<rust_task>,
~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();