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

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Wed Feb 11 17:57:27 UTC 2009


Author: Infinoid
Date: Wed Feb 11 17:57:27 2009
New Revision: 36583
URL: https://trac.parrot.org/parrot/changeset/36583

Log:
Apply non-merge portion of r36517 from vtable_morph_change branch.

Modified:
   trunk/src/pmc/undef.pmc

Modified: trunk/src/pmc/undef.pmc
==============================================================================
--- trunk/src/pmc/undef.pmc	Wed Feb 11 17:57:23 2009	(r36582)
+++ trunk/src/pmc/undef.pmc	Wed Feb 11 17:57:27 2009	(r36583)
@@ -57,7 +57,7 @@
 
     VTABLE void assign_pmc(PMC *other) {
         if (!PObj_is_object_TEST(other))
-            pmc_reuse(INTERP, SELF, other->vtable->type, 0);
+            pmc_reuse(INTERP, SELF, other->vtable->base_type, 0);
 
         /* don't want to call set_pmc if we're assigning an Undef to an Undef */
         if (other->vtable->base_type != enum_class_Undef)


More information about the parrot-commits mailing list