Skip to content

Commit

Permalink
Add MONO_WRAPPER_UNBOX to mono_marshal_method_from_wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpera committed Dec 21, 2012
1 parent 787938f commit 5cc07f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mono/metadata/marshal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2549,6 +2549,7 @@ mono_marshal_method_from_wrapper (MonoMethod *wrapper)
case MONO_WRAPPER_REMOTING_INVOKE_WITH_CHECK:
case MONO_WRAPPER_XDOMAIN_INVOKE:
case MONO_WRAPPER_SYNCHRONIZED:
case MONO_WRAPPER_UNBOX:
res = mono_marshal_get_wrapper_info (wrapper);
if (res == NULL)
return wrapper;
Expand Down

0 comments on commit 5cc07f4

Please sign in to comment.