Skip to content
Snippets Groups Projects
Commit e5bc9757 authored by Simon Glass's avatar Simon Glass
Browse files

bios_emulator: Fix an #ifdef typo in the header file


This stops the debug mode from working properly.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 37b608a5
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
# define ERR_PRINTF(x) printf(x) # define ERR_PRINTF(x) printf(x)
# define ERR_PRINTF2(x, y) printf(x, y) # define ERR_PRINTF2(x, y) printf(x, y)
#ifdef CONFIG_X86EMU_DEBUG103 #ifdef CONFIG_X86EMU_DEBUG
# define DECODE_PRINTF(x) if (DEBUG_DECODE()) \ # define DECODE_PRINTF(x) if (DEBUG_DECODE()) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment