Merge pull request #3274 from Unity-Technologies/fix-path-getfullpath-windows
[mono.git] / mono / metadata / metadata-internals.h
index ba5f9d72e1aa81d635a3e6e5d1d1979da9985620..a1b9eb841781775dcf0fdc3cc5d768ddcfde08e8 100644 (file)
@@ -271,6 +271,8 @@ struct _MonoImage {
 
        gpointer aot_module;
 
+       guint8 aotid[16];
+
        /*
         * The Assembly this image was loaded from.
         */
@@ -334,6 +336,8 @@ struct _MonoImage {
        GHashTable *ldflda_wrapper_cache;
        GHashTable *stfld_wrapper_cache;
        GHashTable *isinst_cache;
+
+       GHashTable *icall_wrapper_cache;
        GHashTable *castclass_cache;
        GHashTable *proxy_isinst_cache;
        GHashTable *rgctx_template_hash; /* LOCKING: templates lock */