[svn:parrot] r36920 - trunk/src/pmc

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Feb 21 08:48:28 UTC 2009


Author: cotto
Date: Sat Feb 21 08:48:28 2009
New Revision: 36920
URL: https://trac.parrot.org/parrot/changeset/36920

Log:
[PMC] add TT to previous commit

Modified:
   trunk/src/pmc/nci.pmc

Modified: trunk/src/pmc/nci.pmc
==============================================================================
--- trunk/src/pmc/nci.pmc	Sat Feb 21 08:35:42 2009	(r36919)
+++ trunk/src/pmc/nci.pmc	Sat Feb 21 08:48:28 2009	(r36920)
@@ -312,8 +312,8 @@
 
             nci_jit_sub_t jit_func = (nci_jit_sub_t) D2FPTR(nci_info->func);
 
-            /* XXX: Some i386 jit code depends on this.  If t/pmc/nci.t passes
-             * without it, the next line is safe to remove. */
+            /* TT #365 - Some i386 jit code depends on this.  If t/pmc/nci.t
+             * passes without it, the next line is safe to remove. */
             PMC_struct_val(SELF) = nci_info->orig_func;
 
             /* Parrot_eprintf(interp, "JITTED %S\n", nci_info->signature); */


More information about the parrot-commits mailing list