X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FException.cmm;h=cba5d48d7236fdef7a1b7def101ffdab429860bb;hb=a11bb49b97eaba892730baf1565e922715dbc07f;hp=75f2c15d93c301b4627a2bb0c23f9d9ad7e63e00;hpb=579bc757533c8c9e5beabe5b21daddd922c1af75;p=ghc-hetmet.git diff --git a/rts/Exception.cmm b/rts/Exception.cmm index 75f2c15..cba5d48 100644 --- a/rts/Exception.cmm +++ b/rts/Exception.cmm @@ -222,7 +222,7 @@ killThreadzh_fast */ loop: if (StgTSO_what_next(target) == ThreadRelocated::I16) { - target = StgTSO_link(target); + target = StgTSO__link(target); goto loop; } if (target == CurrentTSO) {