Add support for --debug=casts to Array:SetValue (). Fixes #668851.
[mono.git] / mono / metadata / object-internals.h
index 79280485bf5896b39da40d1279e7789475286262..7348edcfcb6ec59ec7548447d1060ee2e8dee216 100644 (file)
@@ -568,6 +568,7 @@ typedef struct {
        char*    (*get_runtime_build_info) (void);
        gpointer (*get_vtable_trampoline) (int slot_index);
        gpointer (*get_imt_trampoline) (int imt_slot_index);
+       void (*set_cast_details) (MonoClass *from, MonoClass *to);
 } MonoRuntimeCallbacks;
 
 /* used to free a dynamic method */