[project @ 2005-04-22 08:58:36 by simonmar]
[ghc-hetmet.git] / ghc / rts / HeapStackCheck.cmm
index c41b9b5..e9236f1 100644 (file)
@@ -109,18 +109,6 @@ __stg_gc_enter_1
     GC_GENERIC
 }
 
-#ifdef SMP
-stg_gc_enter_1_hponly
-{
-    Sp_adj(-1);
-    Sp(0) = R1;
-    R1 = HeapOverflow;
-    SAVE_THREAD_STATE();
-    TSO_what_next(CurrentTSO) = ThreadRunGHC::I16;
-    jump StgReturn;
-}
-#endif
-
 #if defined(GRAN)
 /*
   ToDo: merge the block and yield macros, calling something like BLOCK(N)
@@ -629,7 +617,7 @@ __stg_gc_fun
        jump W_[stg_stack_save_entries + WDS(type)];
            // jumps to stg_gc_noregs after saving stuff
     }
-#endif // !NO_ARG_REGS
+#endif /* !NO_ARG_REGS */
 }
 
 /* -----------------------------------------------------------------------------