mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
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
@ -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 New Issue
Block a user