mscoree: Implement vtable fixups.

Alexandre Julliard julliard at winehq.org
Tue May 8 09:47:41 CDT 2012


Vincent Povirk <madewokherd at gmail.com> writes:

> +        if (fixup->fixup->type & COR_VTABLE_32BIT)
> +        {
> +            DWORD *vtable = fixup->vtable;
> +            DWORD *tokens = fixup->tokens;
> +            for (i=0; i<fixup->fixup->count; i++)
> +            {
> +                TRACE("%x\n", tokens[i]);
> +                vtable[i] = (DWORD)host->mono->mono_marshal_get_vtfixup_ftnptr(
> +                    image, tokens[i], fixup->fixup->type);

This will cause warnings on 64-bit.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list