* doc/binutils.texi (c++filt): Remove spurious description of
[deliverable/binutils-gdb.git] / opcodes / i386-dis.c
index 30fdf9f752b3e6ff31667fd8e3c7db526c46b86e..e6b80497d4d1a0fd09eadaf35c440947bc78f59d 100644 (file)
@@ -11107,7 +11107,7 @@ OP_E_memory (int bytemode, int sizeflag)
                  *obufp++ = '+';
                  *obufp = '\0';
                }
-             else if (modrm.mod != 1)
+             else if (modrm.mod != 1 && disp != -disp)
                {
                  *obufp++ = '-';
                  *obufp = '\0';
This page took 0.02363 seconds and 4 git commands to generate.