commit | efeaa5824de09a7a409be5f4c81402d37dec8b2b | [log] [tgz] |
---|---|---|
author | Yuri Zaporozhets <yuriz@qrv-systems.net> | Tue Nov 26 22:59:37 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 15 11:39:16 2024 -0600 |
tree | 633f6a2695b9473781638d3a6a71c260939a6dbc | |
parent | 08ee7b88e66d384c5c3e13ff13e8253e95ab9ac9 [diff] |
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>