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

Dietmar Maurer dietmar@ximian.com
22 Feb 2002 12:03:55 +0100


On Fri, 2002-02-22 at 10:33, Zoltan.2.Varga@nokia.com wrote:
> 
> 					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.

fixed

- Dietmar