[vmkit-commits] [vmkit] r76467 - /vmkit/trunk/include/mvm/Allocator.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Jul 20 13:53:59 PDT 2009


Author: geoffray
Date: Mon Jul 20 15:53:46 2009
New Revision: 76467

URL: http://llvm.org/viewvc/llvm-project?rev=76467&view=rev
Log:
Fiw macro.


Modified:
    vmkit/trunk/include/mvm/Allocator.h

Modified: vmkit/trunk/include/mvm/Allocator.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/mvm/Allocator.h?rev=76467&r1=76466&r2=76467&view=diff

==============================================================================
--- vmkit/trunk/include/mvm/Allocator.h (original)
+++ vmkit/trunk/include/mvm/Allocator.h Mon Jul 20 15:53:46 2009
@@ -23,7 +23,7 @@
 #ifdef LLVM_GCC
 extern "C" void llvm_gcroot(const void*, void*) asm("llvm.gcroot");
 #else
-#define llvm_gcroot
+#define llvm_gcroot(a, b)
 #endif
 
 namespace mvm {





More information about the vmkit-commits mailing list