[PATCH] bios_emulator: fix incorrect printing of address in "jump near immediate"
Tom Rini
trini at konsulko.com
Tue Dec 17 05:04:11 CET 2024
On Sun, 01 Dec 2024 23:28:49 +0100, Yuri Zaporozhets wrote:
> In the x86emuOp_jump_call_near_IMM() function the target address is
> printed incorrectly when jumping backwards. For example instead of
> "jmp 0xe8bc" the string "jmp ffffe8bc" is printed. That's because
> of the following macro:
>
> DECODE_PRINTF2("%04x\n", ip);
>
> [...]
Applied to u-boot/next, thanks!
--
Tom
More information about the U-Boot
mailing list