[Mono-list] bug in JIT: argument type native unsigned int is not handled

Zoltan.2.Varga@nokia.com Zoltan.2.Varga@nokia.com
Fri, 22 Feb 2002 10:33:22 +0100


					Hi,

   The current JIT asserts when I try to use native unsigned int as an argument type. The fix is easy: add 
case MONO_TYPE_U: 
to jit.c/map_arg_type and map_starg_type.

							bye

								Zoltan