[PATCH] bios_emulator: fix incorrect printing of address in "call near immediate"

Tom Rini trini at konsulko.com
Tue Dec 17 05:04:10 CET 2024


On Sat, 30 Nov 2024 21:56:25 +0100, Yuri Zaporozhets wrote:

> In the x86emuOp_call_near_IMM() function the address of CALL is
> printed incorrectly when jumping backwards. For example, the correct
> disassemble of the bytes below would be:
> 
> 0000E8DE  E8DBFF            call 0xe8bc
> 
> (verified by ndisasm). But instead the address is printed as "ffffe8bc".
> That's because of the following macro:
> 
> [...]

Applied to u-boot/next, thanks!

-- 
Tom




More information about the U-Boot mailing list