This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS-APItest: Length cannot be negative.
[perl5.git] / miniperlmain.c
index f22dcbb..fa7951f 100644 (file)
@@ -107,6 +107,8 @@ main(int argc, char **argv, char **env)
                    Perl_atfork_unlock);
 #endif
 
+    PERL_SYS_FPU_INIT;
+
     if (!PL_do_undump) {
        my_perl = perl_alloc();
        if (!my_perl)
@@ -162,7 +164,6 @@ main(int argc, char **argv, char **env)
 #endif /* PERL_GLOBAL_STRUCT */
 
     exit(exitstatus);
-    return exitstatus;
 }
 
 /* Register any extra external extensions */