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 25cf001e51f428cb22f8d96f5a685ca377f2e052..6b2961eb4026da0b5463c9dd11c776707e060abb 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 de70fab83bdedc0a8a9c9253a7b7de8e024244a8..32293a810264d1a90e1d2295800c85c0767f600d 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
This page took 0.028167 seconds and 4 git commands to generate.