rt: Rename call_shim_on_c_stack to call_and_change_stacks

This commit is contained in:
Brian Anderson
2012-02-08 21:18:23 -08:00
parent 0667fb4e63
commit 1e2fe4ab8f
4 changed files with 5 additions and 5 deletions

View File

@@ -194,7 +194,7 @@ void task_start_wrapper(spawn_args *a)
// The cleanup work needs lots of stack
cleanup_args ca = {a, threw_exception};
task->thread->c_context.call_shim_on_c_stack(&ca, (void*)cleanup_task);
task->thread->c_context.call_and_change_stacks(&ca, (void*)cleanup_task);
task->ctx.next->swap(task->ctx);
}