[macruby-changes] [2476] MacRuby/branches/llvm26/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 4 18:39:26 PDT 2009


Revision: 2476
          http://trac.macosforge.org/projects/ruby/changeset/2476
Author:   lsansonetti at apple.com
Date:     2009-09-04 18:39:22 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
backport a fix from trunk + remove the verifier call

Modified Paths:
--------------
    MacRuby/branches/llvm26/vm.cpp

Modified: MacRuby/branches/llvm26/vm.cpp
===================================================================
--- MacRuby/branches/llvm26/vm.cpp	2009-09-05 00:56:32 UTC (rev 2475)
+++ MacRuby/branches/llvm26/vm.cpp	2009-09-05 01:39:22 UTC (rev 2476)
@@ -384,9 +384,6 @@
 	return iter->second;
     }
 
-    if (verifyModule(*RoxorCompiler::module, PrintMessageAction)) {
-    }
-
 #if ROXOR_COMPILER_DEBUG
     if (verifyModule(*RoxorCompiler::module, PrintMessageAction)) {
 	printf("Error during module verification\n");
@@ -4313,7 +4310,7 @@
 static inline void
 __vm_raise(void)
 {
-#if 1
+#if __LP64__
     id exc = rb_objc_create_exception(GET_VM()->current_exception());
     objc_exception_throw(exc);
 #else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090904/655f7938/attachment.html>


More information about the macruby-changes mailing list