Rename field_int to field_signed
[deliverable/binutils-gdb.git] / gdb / source.c
index 8ebc4361e17104186db4d31ca738a276bd4a44be..a83e55e5699bc5c5e2973c0345fb3e2b4b19361b 100644 (file)
@@ -1269,7 +1269,7 @@ print_source_lines_base (struct symtab *s, int line, int stopline,
        }
       else
        {
-         uiout->field_int ("line", line);
+         uiout->field_signed ("line", line);
          uiout->text ("\tin ");
 
          /* CLI expects only the "file" field.  TUI expects only the
This page took 0.023959 seconds and 4 git commands to generate.