rt: Make isaac_init not a template

This commit is contained in:
Brian Anderson
2012-02-03 18:42:12 -08:00
parent f7a727e861
commit 21d783c338
5 changed files with 12 additions and 19 deletions

View File

@@ -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);