[svn:parrot] r42631 - trunk/src/call

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:49:30 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:49:29 2009
New Revision: 42631
URL: https://trac.parrot.org/parrot/changeset/42631

Log:
Delete reference to resolved RT ticket.

Modified:
   trunk/src/call/pcc.c

Modified: trunk/src/call/pcc.c
==============================================================================
--- trunk/src/call/pcc.c	Sat Nov 21 02:47:35 2009	(r42630)
+++ trunk/src/call/pcc.c	Sat Nov 21 02:49:29 2009	(r42631)
@@ -289,7 +289,6 @@
         Parrot_runcore_t *old_core = interp->run_core;
         const opcode_t offset = dest - interp->code->base.data;
 
-        /* can't re-enter the runloop from here with PIC cores: RT #60048 */
         if (PARROT_RUNCORE_PREDEREF_OPS_TEST(interp->run_core))
             Parrot_runcore_switch(interp, CONST_STRING(interp, "slow"));
 


More information about the parrot-commits mailing list