[project @ 1997-10-02 19:45:12 by sof]
authorsof <unknown>
Thu, 2 Oct 1997 19:45:12 +0000 (19:45 +0000)
committersof <unknown>
Thu, 2 Oct 1997 19:45:12 +0000 (19:45 +0000)
Cleanup

ghc/runtime/storage/SMmark.lhc

index c2a703d..026e809 100644 (file)
@@ -1200,7 +1200,7 @@ STGFUN(_PRIn_TSO)
     default:
        /* update the register we just did; save the old mstack */
        mstack = r->rR[oldpos - 2].p;
-       r->rR[oldpos - 2] = Mark;
+       r->rR[oldpos - 2].p = Mark;
        break;
     }