summaryrefslogtreecommitdiff
path: root/src/device/oprom/x86emu/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/x86emu/debug.c')
-rw-r--r--src/device/oprom/x86emu/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/x86emu/debug.c b/src/device/oprom/x86emu/debug.c
index bc249a996c..9e216e9df6 100644
--- a/src/device/oprom/x86emu/debug.c
+++ b/src/device/oprom/x86emu/debug.c
@@ -400,7 +400,7 @@ void x86emu_dump_xregs (void)
printf("\tEAX=%08x ", M.x86.R_EAX );
printf("EBX=%08x ", M.x86.R_EBX );
printf("ECX=%08x ", M.x86.R_ECX );
- printf("EDX=%08x \n", M.x86.R_EDX );
+ printf("EDX=%08x\n", M.x86.R_EDX );
printf("\tESP=%08x ", M.x86.R_ESP );
printf("EBP=%08x ", M.x86.R_EBP );
printf("ESI=%08x ", M.x86.R_ESI );