opcodes/
2005-12-08 Jan Beulich <jbeulich@novell.com> * i386-dis.c (OP_ST): Remove prefix in Intel mode.
This commit is contained in:
parent
a7985d7382
commit
422673a90b
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue