tso->link is now tso->_link (fix after merge with HEAD)
authorSimon Marlow <simonmarhaskell@gmail.com>
Thu, 17 Apr 2008 18:00:16 +0000 (18:00 +0000)
committerSimon Marlow <simonmarhaskell@gmail.com>
Thu, 17 Apr 2008 18:00:16 +0000 (18:00 +0000)
rts/Exception.cmm

index 75f2c15..cba5d48 100644 (file)
@@ -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) {