This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH PING] Add support for the Win32 hook prologue
Am Thursday 17 September 2009 17:27:31 schrieb Kai Tietz:
> vswapmov expects explicit SImode. So better write it there (just in
> i386.c). As otherwise maybe somebody misinterprets this and thinks it
> can handle DImode, which btw would lead to an assembler failure, as
> movl.s doesn't handle 64-bit register.
Ok, I grepped for what SIMode, DIMode etc are and I think I understand this
better now. I'll resend the patch.
Thanks again,
Stefan