This function can take the flags as the gdb_disassembly_flags type
instead of int.
gdb/ChangeLog:
* record-btrace.c (btrace_print_lines): Change type of flags to
gdb_disassembly_flags.
+2018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * record-btrace.c (btrace_print_lines): Change type of flags to
+ gdb_disassembly_flags.
+
2018-03-04 John Baldwin <jhb@FreeBSD.org>
* fbsd-nat.c: Include "inf-ptrace.h".
static void
btrace_print_lines (struct btrace_line_range lines, struct ui_out *uiout,
- struct cleanup **ui_item_chain, int flags)
+ struct cleanup **ui_item_chain, gdb_disassembly_flags flags)
{
print_source_lines_flags psl_flags;
int line;