Merge pull request #2489 from ludovic-henry/monoerror-mono_array_new_specific
[mono.git] / mono / metadata / object-internals.h
index 36c9ad9b00dc68c03a323cb174b870127e30ef90..fd15d8804f06857829ab3f67e2cc9d2e5710a176 100644 (file)
@@ -792,7 +792,8 @@ struct _MonoDelegate {
        MonoObject *target;
        MonoMethod *method;
        gpointer delegate_trampoline;
-       gpointer rgctx;
+       /* Extra argument passed to the target method in llvmonly mode */
+       gpointer extra_arg;
        /* 
         * If non-NULL, this points to a memory location which stores the address of 
         * the compiled code of the method, or NULL if it is not yet compiled.