2005-12-08  Jan Beulich  <jbeulich@novell.com>

	* i386-dis.c (OP_ST): Remove prefix in Intel mode.
This commit is contained in:
Jan Beulich 2005-12-08 11:28:11 +00:00
parent a7985d7382
commit 422673a90b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-08 Jan Beulich <jbeulich@novell.com>
* i386-dis.c (OP_ST): Remove prefix in Intel mode.
2005-12-08 Daniel Jacobowitz <dan@codesourcery.com>
* i386-dis.c (dofloat): Handle %rip-relative floating point addressing.

View File

@ -2725,7 +2725,7 @@ dofloat (int sizeflag)
static void
OP_ST (int bytemode ATTRIBUTE_UNUSED, int sizeflag ATTRIBUTE_UNUSED)
{
oappend ("%st");
oappend ("%st" + intel_syntax);
}
static void