PATCH: Add Intel VMX instructions
Alan Modra
amodra@bigpond.net.au
Tue Jul 19 01:41:00 GMT 2005
On Mon, Jul 18, 2005 at 02:04:55AM -0600, Jan Beulich wrote:
> In VMX_Fixup:
>
> >+ /* We might have a suffix. */
> >+ if (*p == 'i')
> >+ --p;
>
> I think this needs to be
>
> /* We might have a suffix. */
> if (*p == 'g')
> --p;
No, but you could change the comment to
/* We might have a suffix, ie. "sidtw" or "sidtl" in obuf,
in which case we need to back up one more char. */
--
Alan Modra
IBM OzLabs - Linux Technology Centre
More information about the Binutils
mailing list