Rename field_int to field_signed
[deliverable/binutils-gdb.git] / gdb / skip.c
index 039d50cb117e90f023c840f7d190d171bc0f4475..499b80d5777707bb5fc3f04fed382db8ea501230 100644 (file)
@@ -399,7 +399,7 @@ info_skip_command (const char *arg, int from_tty)
        continue;
 
       ui_out_emit_tuple tuple_emitter (current_uiout, "blklst-entry");
-      current_uiout->field_int ("number", e.number ()); /* 1 */
+      current_uiout->field_signed ("number", e.number ()); /* 1 */
 
       if (e.enabled ())
        current_uiout->field_string ("enabled", "y"); /* 2 */
This page took 0.02352 seconds and 4 git commands to generate.