bios_emulator: fix garbled printing of disassembled BSF instruction
authorYuri Zaporozhets <yuriz@qrv-systems.net>
Tue, 26 Nov 2024 21:59:37 +0000 (22:59 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 15 Dec 2024 17:39:16 +0000 (11:39 -0600)
commit15c1b2f974508c3d7a107b0bd8b43d69c9ae5305
tree633f6a2695b9473781638d3a6a71c260939a6dbc
parent8aab7730c1c26192b0e4218fbf2f6009f955cb88
bios_emulator: fix garbled printing of disassembled BSF instruction

When DEBUG_DECODE_F is enabled in bios_emulator, the printing of BSF
instructions is garbled because the '\n' symbol is used instead of
the correct '\t'. Fix that.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
drivers/bios_emulator/x86emu/ops2.c