Skip to content

Commit

Permalink
add missing \n
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Shwartsman committed Oct 27, 2024
1 parent dc7de09 commit 052a2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bochs/bx_debug/dbg_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ void bx_dbg_info_flags(unsigned cpu)
char s[256];

Bit32u eflags = BX_CPU(cpu)->read_eflags();
dbg_printf("eflags: 0x%08x: %s", (unsigned) eflags, stringify_EFLAGS(eflags, s));
dbg_printf("eflags: 0x%08x: %s\n", (unsigned) eflags, stringify_EFLAGS(eflags, s));
}

void bx_dbg_info_flags()
Expand Down

0 comments on commit 052a2c6

Please sign in to comment.