PATCH: Add Intel VMX instructions

Jan Beulich JBeulich@novell.com
Mon Jul 18 08:04:00 GMT 2005
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



More information about the Binutils mailing list