PATCH: Add Intel VMX instructions
Jan Beulich
JBeulich@novell.com
Mon Jul 18 08:04:00 GMT 2005
More information about the Binutils mailing list
Mon Jul 18 08:04:00 GMT 2005
- Previous message (by thread): PATCH: Add Intel VMX instructions
- Next message (by thread): PATCH: Add Intel VMX instructions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
Jan
- Previous message (by thread): PATCH: Add Intel VMX instructions
- Next message (by thread): PATCH: Add Intel VMX instructions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list