mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
![]() 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); while it should be DECODE_PRINTF2("%04x\n", (u16)ip); Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net> |
||
---|---|---|
.. | ||
include | ||
x86emu | ||
atibios.c | ||
besys.c | ||
bios.c | ||
biosemu.c | ||
biosemui.h | ||
Kconfig | ||
Makefile |