[PATCH] bios_emulator: fix garbled printing of disassembled SET* instructions
Tom Rini
trini at konsulko.com
Tue Dec 17 05:04:08 CET 2024
On Wed, 27 Nov 2024 00:29:53 +0100, Yuri Zaporozhets wrote:
> 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.
>
> [...]
Applied to u-boot/next, thanks!
--
Tom
More information about the U-Boot
mailing list