[macruby-changes] [682] MacRuby/trunk/compile.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 29 17:27:04 PDT 2008


Revision: 682
          http://trac.macosforge.org/projects/ruby/changeset/682
Author:   lsansonetti at apple.com
Date:     2008-10-29 17:27:03 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
adding a missing wb

Modified Paths:
--------------
    MacRuby/trunk/compile.c

Modified: MacRuby/trunk/compile.c
===================================================================
--- MacRuby/trunk/compile.c	2008-10-30 00:12:25 UTC (rev 681)
+++ MacRuby/trunk/compile.c	2008-10-30 00:27:03 UTC (rev 682)
@@ -1213,7 +1213,7 @@
 		      case TS_IC: /* inline cache */
 			{
 			    VALUE v = (VALUE)NEW_INLINE_CACHE_ENTRY();
-			    generated_iseq[pos + 1 + j] = v;
+			    GC_WB(&generated_iseq[pos + 1 + j], v);
 			    iseq_add_mark_object(iseq, v);
 			    break;
 			}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081029/24a9c2e7/attachment.html>


More information about the macruby-changes mailing list