aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/include/x86emu/x86emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/include/x86emu/x86emu.h')
-rw-r--r--src/device/oprom/include/x86emu/x86emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/include/x86emu/x86emu.h b/src/device/oprom/include/x86emu/x86emu.h
index 3d1b949dd5..a5d436af94 100644
--- a/src/device/oprom/include/x86emu/x86emu.h
+++ b/src/device/oprom/include/x86emu/x86emu.h
@@ -155,7 +155,7 @@ void X86EMU_halt_sys(void);
#if IS_ENABLED(CONFIG_X86EMU_DEBUG)
#define HALT_SYS() \
- printf("halt_sys: in %s\n", __func__); \
+ printf("halt_sys: in %s\n", __func__); \
X86EMU_halt_sys();
#else
#define HALT_SYS() X86EMU_halt_sys()