rt: cleanup passing around of rust_env

This commit is contained in:
Jon Morton
2012-04-02 03:11:58 -05:00
parent bee45f0ef0
commit bcb9269d84
6 changed files with 7 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
rust_kernel::rust_kernel(rust_env *env) :
_region(env, true),
_log(env, NULL),
_log(NULL),
max_task_id(0),
max_port_id(0),
rval(0),