From: simonmar Date: Tue, 17 Sep 2002 12:34:31 +0000 (+0000) Subject: [project @ 2002-09-17 12:34:31 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1662 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4a486aef4c0834a641a97b483f12fd2290fde225;p=ghc-hetmet.git [project @ 2002-09-17 12:34:31 by simonmar] and for good measure, use STGCALL1 rather than a bare C call. --- diff --git a/ghc/rts/StgMiscClosures.hc b/ghc/rts/StgMiscClosures.hc index 0b2498e..13a8809 100644 --- a/ghc/rts/StgMiscClosures.hc +++ b/ghc/rts/StgMiscClosures.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.hc,v 1.79 2002/09/17 12:33:08 simonmar Exp $ + * $Id: StgMiscClosures.hc,v 1.80 2002/09/17 12:34:31 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -40,7 +40,7 @@ STGFUN(stg_##type##_entry) \ { \ FB_ \ - barf(#type " object entered!\n"); \ + STGCALL1(barf, #type " object entered!\n"); \ FE_ \ }