[svn:parrot] r41109 - trunk/src/pmc
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Mon Sep 7 12:38:05 UTC 2009
Author: whiteknight
Date: Mon Sep 7 12:38:04 2009
New Revision: 41109
URL: https://trac.parrot.org/parrot/changeset/41109
Log:
[pmc] small additional touchup to parrotrunningthread.pmc
Modified:
trunk/src/pmc/parrotrunningthread.pmc
Modified: trunk/src/pmc/parrotrunningthread.pmc
==============================================================================
--- trunk/src/pmc/parrotrunningthread.pmc Mon Sep 7 12:34:51 2009 (r41108)
+++ trunk/src/pmc/parrotrunningthread.pmc Mon Sep 7 12:38:04 2009 (r41109)
@@ -46,9 +46,7 @@
*/
VTABLE void init() {
- Parrot_ParrotRunningThread_attributes *attrs = PARROT_PARROTRUNNINGTHREAD(SELF);
- attrs->tid = -1;
- PObj_custom_destroy_SET(SELF);
+ PMC_tid(SELF) = -1;
}
/*
More information about the parrot-commits
mailing list