X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FException.hc;h=2350aa31179cd3c44ef4d4fc96fd079e3e5689ef;hb=49bff3215bf3fe9ada24dac2cf80f97db4e597dd;hp=a62f62e006b4ba3914a2578f3a93a4806eabff4d;hpb=7a236a564b90cd060612e1e979ce7d552da61fa1;p=ghc-hetmet.git diff --git a/ghc/rts/Exception.hc b/ghc/rts/Exception.hc index a62f62e..2350aa3 100644 --- a/ghc/rts/Exception.hc +++ b/ghc/rts/Exception.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.hc,v 1.27 2003/05/14 09:13:59 simonmar Exp $ + * $Id: Exception.hc,v 1.29 2003/06/26 20:47:08 panne Exp $ * * (c) The GHC Team, 1998-2000 * @@ -350,7 +350,7 @@ FN_(raisezh_fast) StgPtr p; StgClosure *raise_closure; FB_ - /* args : R1 = exception */ + /* args : R1.p :: Exception */ #if defined(PROFILING) @@ -459,3 +459,11 @@ FN_(raisezh_fast) JMP_(stg_ap_p_ret); FE_ } + +FN_(raiseIOzh_fast) +{ + FB_ + /* Args :: R1.p :: Exception */ + JMP_(raisezh_fast); + FE_ +}