From ba5797937e575ce6119de6c07703e90dda2557e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Tue, 13 Mar 2018 15:34:21 +0300 Subject: Update a comment in Exception.cmm [skip ci] --- rts/Exception.cmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/Exception.cmm b/rts/Exception.cmm index 9661c23217..96d95e6f8c 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; -- cgit v1.2.1