]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/source.c
Rename field_int to field_signed
[thirdparty/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