From 21d783c33844028d8baa0d4d022fc244fc3ba77b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 3 Feb 2012 18:42:12 -0800 Subject: rt: Make isaac_init not a template --- src/rt/rust_task_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_task_thread.cpp') diff --git a/src/rt/rust_task_thread.cpp b/src/rt/rust_task_thread.cpp index d31575510e9..a3bf729ad2f 100644 --- a/src/rt/rust_task_thread.cpp +++ b/src/rt/rust_task_thread.cpp @@ -37,7 +37,7 @@ rust_task_thread::rust_task_thread(rust_scheduler *sched, should_exit(false) { LOGPTR(this, "new dom", (uintptr_t)this); - isaac_init(this, &rctx); + isaac_init(kernel, &rctx); #ifndef __WIN32__ pthread_attr_init(&attr); pthread_attr_setstacksize(&attr, 1024 * 1024); -- cgit 1.4.1-3-g733a5