Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 55722
Collapse All | Expand All

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

Return to bug 55722