Missed a parameter in the refactor, ouch

svn: r11605
This commit is contained in:
Kevin Tew 2008-09-09 15:54:58 +00:00
parent 243b23c499
commit f052777dce

View File

@ -163,7 +163,7 @@ static void *place_start_proc(void *data_arg) {
null_out_runtime_globals();
/* scheme_make_thread behaves differently if the above global vars are not null */
scheme_place_instance_init();
scheme_place_instance_init(stack_base);
a[0] = place_data->current_library_collection_paths;
scheme_current_library_collection_paths(1, a);