From cebc9b359db16ea0370fb9f9013507a559e33bcd Mon Sep 17 00:00:00 2001 From: Rafael Ávila de Espíndola Date: Wed, 18 May 2011 13:48:57 -0400 Subject: Remove dead rustboot code. --- src/rt/rust_upcall.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rt/rust_upcall.cpp') diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index 11dddce7346..a1569f07e45 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -578,7 +578,7 @@ upcall_start_task(rust_task *spawner, ", spawnee 0x%" PRIxPTR ", callsz %" PRIdPTR ")", task->name, task, exit_task_glue, spawnee_fn, callsz); - task->start(exit_task_glue, spawnee_abi, spawnee_fn, + task->start(exit_task_glue, spawnee_fn, spawner->rust_sp, callsz); return task; } @@ -642,7 +642,7 @@ upcall_start_thread(rust_task *task, ", callsz %" PRIdPTR ")", exit_task_glue, spawnee_fn, callsz); rust_task *child_task = child_task_handle->referent(); - child_task->start(exit_task_glue, spawnee_abi, spawnee_fn, + child_task->start(exit_task_glue, spawnee_fn, task->rust_sp, callsz); #if defined(__WIN32__) HANDLE thread; -- cgit 1.4.1-3-g733a5