PATCH: Add Intel VMX instructions
H. J. Lu
hjl@lucon.org
Mon Jul 18 14:34:00 GMT 2005
More information about the Binutils mailing list
Mon Jul 18 14:34: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 ]
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; Where does it come from? Is that for Intel mode? Do you have a testcase? H.J.
- 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