opcodes/
authorJan Beulich <jbeulich@novell.com>
Thu, 8 Dec 2005 11:28:11 +0000 (11:28 +0000)
committerJan Beulich <jbeulich@novell.com>
Thu, 8 Dec 2005 11:28:11 +0000 (11:28 +0000)
2005-12-08  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (OP_ST): Remove prefix in Intel mode.

opcodes/ChangeLog
opcodes/i386-dis.c

index 25cf001..6b2961e 100644 (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.
index de70fab..32293a8 100644 (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