From db1abbec4ca9f18a224441c483cf23bb4f8361fd Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 12 Jan 2013 23:27:46 -0800 Subject: core: Add private global data interface. #3915 --- src/rt/rust_kernel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rt/rust_kernel.cpp') diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index 3042b006a92..9c6ba9dcda3 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -38,8 +38,8 @@ rust_kernel::rust_kernel(rust_env *env) : global_env_chan(0), at_exit_runner(NULL), at_exit_started(false), - env(env) - + env(env), + global_data(0) { // Create the single threaded scheduler that will run on the platform's // main thread -- cgit 1.4.1-3-g733a5