* pe-dll.c (auto_export): Use bsearch to speed up scan of exports
[deliverable/binutils-gdb.git] / opcodes / m68k-dis.c
index e136a2535c7ec325e421b42497ba01b117a7ab78..0bbf0379d89a19bf5e5dbb2ee2793763edb79c6e 100644 (file)
@@ -1111,7 +1111,7 @@ print_insn_arg (const char *d,
                  return -1;
              }
              if (flt_p)        /* Print a float? */
-               (*info->fprintf_func) (info->stream, "#%g", flval);
+               (*info->fprintf_func) (info->stream, "#0e%g", flval);
              else
                (*info->fprintf_func) (info->stream, "#%d", val);
              break;
This page took 0.02307 seconds and 4 git commands to generate.