View | Details | Raw Unified
Collapse All | Expand All

(-) mono-0.97/mono/interpreter/interp.c.orig (-1 / +1 lines)
 Lines 1164-1170    Link Here 
		}
		}
	}
	}
	if (method->klass->valuetype)
	if (method->klass->valuetype && obj)
		/* Unbox the instance, since valuetype methods expect an interior pointer. */
		/* Unbox the instance, since valuetype methods expect an interior pointer. */
		obj = mono_object_unbox (obj);
		obj = mono_object_unbox (obj);