[macruby-changes] [4121] MacRuby/trunk/compiler.cpp

source_changes at macosforge.org source_changes at macosforge.org
Tue May 18 12:29:07 PDT 2010


Revision: 4121
          http://trac.macosforge.org/projects/ruby/changeset/4121
Author:   lsansonetti at apple.com
Date:     2010-05-18 12:29:05 -0700 (Tue, 18 May 2010)
Log Message:
-----------
fix a bug in the declaration of rb_vm_set_kvo_ivar()

Modified Paths:
--------------
    MacRuby/trunk/compiler.cpp

Modified: MacRuby/trunk/compiler.cpp
===================================================================
--- MacRuby/trunk/compiler.cpp	2010-05-18 17:47:50 UTC (rev 4120)
+++ MacRuby/trunk/compiler.cpp	2010-05-18 19:29:05 UTC (rev 4121)
@@ -5968,7 +5968,7 @@
     if (setKVOIvarFunc == NULL) {
 	    setKVOIvarFunc =
 	    cast<Function>(module->getOrInsertFunction("rb_vm_set_kvo_ivar",
-	            RubyObjTy, RubyObjTy, RubyObjTy, RubyObjTy, Int32PtrTy,
+	            RubyObjTy, RubyObjTy, RubyObjTy, RubyObjTy, PtrTy,
 		    NULL));
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100518/1b47f607/attachment.html>


More information about the macruby-changes mailing list