[runtime] Store implmap_idx as a guint32 to avoid overflows if the implmap table...
[mono.git] / mono / metadata / class-internals.h
index e3d9e18741752ec88e7136cda18776ea7d25c736..ed4190372cd80e57d5c04efc2927a0a40ba588ae 100644 (file)
@@ -111,7 +111,7 @@ struct _MonoMethodPInvoke {
        gpointer addr;
        /* add marshal info */
        guint16 piflags;  /* pinvoke flags */
-       guint16 implmap_idx;  /* index into IMPLMAP */
+       guint32 implmap_idx;  /* index into IMPLMAP */
 };
 
 /*