X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=cb6fcb0e97e209bfa4f6993a1fb0789786dc16ce;hb=ccc6c35c6d30b2c600c1388052b36f3a7dc08361;hp=8dbc76c965737cd36fb31ebd5624b762e2eae120;hpb=c0d30332957c6f0cab8c0a3670f2903546fc0ad8;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 8dbc76c..cb6fcb0 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -199,7 +199,7 @@ main(int argc, char *argv[], char *envp[]) /* KLUDGE: os_vm_page_size is set by os_init(), and on some * systems (e.g. Alpha) arch_init() needs need os_vm_page_size, so * it must follow os_init(). -- WHN 2000-01-26 */ - os_init(); + os_init(argv, envp); arch_init(); gc_init(); validate();