diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-21 14:45:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-21 14:45:28 +0000 |
commit | 179a3a7bd67ccc816e3b934eff770fb49c4cc456 (patch) | |
tree | ac5b175be0aac2f14c842dc04f94406209f514fe /rts/HSprel.def | |
parent | 1c7a841f836d3be3e21af98dd7a84079ad1096b3 (diff) | |
download | haskell-179a3a7bd67ccc816e3b934eff770fb49c4cc456.tar.gz |
When raising NonTermination with the RTS, build the right value
We now use a nonTermination value in the base library to take take of
constructing the SomeException value, with the dictionaries etc, for us.
We'll probably need to do the same for some other exceptions too
Diffstat (limited to 'rts/HSprel.def')
-rw-r--r-- | rts/HSprel.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/HSprel.def b/rts/HSprel.def index 0ffe00b48c..3189c82291 100644 --- a/rts/HSprel.def +++ b/rts/HSprel.def @@ -23,6 +23,6 @@ PrelPack_unpackCString_closure PrelIOBase_stackOverflow_closure PrelIOBase_BlockedOnDeadMVar_closure PrelIOBase_BlockedIndefinitely_closure -PrelIOBase_NonTermination_closure +PrelIOBase_nonTermination_closure PrelWeak_runFinalizzerBatch_closure __stginit_Prelude |