rt: Reset the stack boundary after returning from crust functions

This commit is contained in:
Brian Anderson 2012-02-28 16:57:22 -08:00
parent b9089b5335
commit 8d617e638e
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ upcall_call_shim_on_rust_stack(void *args, void *fn_ptr) {
"Rust task failed after reentering the Rust stack");
abort();
}
// FIXME: As above
record_sp(0);
}
/**********************************************************************/