rt: Reconfigure the C stack for valgrind each time it's used

This commit is contained in:
Brian Anderson
2012-02-14 15:11:56 -08:00
parent b157f0b263
commit 859e025652
2 changed files with 1 additions and 1 deletions

View File

@@ -189,6 +189,7 @@ rust_task_thread::borrow_c_stack() {
your_stack = cached_c_stack;
cached_c_stack = NULL;
}
prepare_valgrind_stack(your_stack);
return your_stack;
}