[project @ 1997-03-17 20:34:25 by simonpj]
[ghc-hetmet.git] / ghc / runtime / prims / PrimMisc.lc
index 953ed15..021e0aa 100644 (file)
@@ -43,6 +43,8 @@ stg_exit (n) /* can't call regular "exit" from Haskell
                because it has no return value */
   I_ n;
 {
+    /* Storage manager shutdown */
+    shutdownHaskell();
     EXIT(n);
     return(0); /* GCC warning food */
 }