For consistency, changed access of thread id to be through capability instead of...
authordonnie@darthik.com <unknown>
Mon, 13 Apr 2009 01:17:01 +0000 (01:17 +0000)
committerdonnie@darthik.com <unknown>
Mon, 13 Apr 2009 01:17:01 +0000 (01:17 +0000)
rts/Sparks.c

index 75464d9..7e89d46 100644 (file)
@@ -91,7 +91,7 @@ newSpark (StgRegTable *reg, StgClosure *p)
 
     cap->sparks_created++;
 
-    postEvent(cap, EVENT_CREATE_SPARK, reg->rCurrentTSO->id, 0);
+    postEvent(cap, EVENT_CREATE_SPARK, cap->r.rCurrentTSO->id, 0);
 
     return 1;
 }