diff options
author | Yuri Zaporozhets <yuriz@qrv-systems.net> | 2024-11-27 00:29:53 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-15 11:39:18 -0600 |
commit | 82a59b45d3fc720831eaacd5b76c796c00912832 (patch) | |
tree | 2c5d491bf2a70433caf200c46459098fd1d5e0ef /common/malloc_simple.c | |
parent | 15c1b2f974508c3d7a107b0bd8b43d69c9ae5305 (diff) |
bios_emulator: fix garbled printing of disassembled SET* instructions
When DEBUG_DECODE_F is enabled in bios_emulator, the printing of
SET{O,NO,B,NB,Z,NZ,BE,NBE,S,NS,P,TP,L,NL,LE,NLE} instructions
is not followed by newline and is, therefore, immediately followed
by the printed address of a new instruction. This garbles the output
and makes it very difficult to read.
This patch adds missing DECODE_PRINTF("\n") calls to print newlines.
Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
Diffstat (limited to 'common/malloc_simple.c')
0 files changed, 0 insertions, 0 deletions