[commit: ghc] master: Update a comment in Exception.cmm (ba57979)

git at git.haskell.org git at git.haskell.org
Tue Mar 13 12:58:59 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ba5797937e575ce6119de6c07703e90dda2557e8/ghc

>---------------------------------------------------------------

commit ba5797937e575ce6119de6c07703e90dda2557e8
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Tue Mar 13 15:34:21 2018 +0300

    Update a comment in Exception.cmm
    
    [skip ci]


>---------------------------------------------------------------

ba5797937e575ce6119de6c07703e90dda2557e8
 rts/Exception.cmm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/Exception.cmm b/rts/Exception.cmm
index 9661c23..96d95e6 100644
--- a/rts/Exception.cmm
+++ b/rts/Exception.cmm
@@ -532,7 +532,7 @@ retry_pop_stack:
             Sp(8) = exception;
             Sp(7) = stg_raise_ret_info;
             Sp(6) = exception;
-            Sp(5) = ghczmprim_GHCziTypes_True_closure; // True <=> a breakpoint
+            Sp(5) = ghczmprim_GHCziTypes_True_closure; // True <=> an exception
             Sp(4) = stg_ap_ppv_info;
             Sp(3) = 0;
             Sp(2) = stg_ap_n_info;



More information about the ghc-commits mailing list