Rename field_int to field_signed
[deliverable/binutils-gdb.git] / gdb / disasm.c
index 5e1dd6e3a3d25636591ec4c7bda36a5178602ea2..e2b4fd6391859057ebebc4339a4eafeeafc5025e 100644 (file)
@@ -247,7 +247,7 @@ gdb_pretty_print_disassembler::pretty_print_insn (struct ui_out *uiout,
          uiout->field_string ("func-name", name.c_str (),
                               ui_out_style_kind::FUNCTION);
        uiout->text ("+");
-       uiout->field_int ("offset", offset);
+       uiout->field_signed ("offset", offset);
        uiout->text (">:\t");
       }
     else
This page took 0.036038 seconds and 4 git commands to generate.