mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
bios_emulator: Fix an #ifdef typo in the header file
This stops the debug mode from working properly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
37b608a52d
commit
e5bc97578c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
# define ERR_PRINTF(x) printf(x)
|
||||
# define ERR_PRINTF2(x, y) printf(x, y)
|
||||
|
||||
#ifdef CONFIG_X86EMU_DEBUG103
|
||||
#ifdef CONFIG_X86EMU_DEBUG
|
||||
|
||||
|
||||
# define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
|
||||
|
|
Loading…
Reference in a new issue