Re: mscoree: Implement vtable fixups.
> This will cause warnings on 64-bit. Casting a pointer to a DWORD? Well, any 64-bit image that reaches that line would be broken, so I don't think there's any more correct thing to do. I'd rather not change the code depending on architecture just to avoid a warning.
Re: mscoree: Implement vtable fixups.
Vincent Povirk writes: > +if (fixup->fixup->type & COR_VTABLE_32BIT) > +{ > +DWORD *vtable = fixup->vtable; > +DWORD *tokens = fixup->tokens; > +for (i=0; ifixup->count; i++) > +{ > +TRACE("%x\n", tokens[i]); > +