]> Git Repo - qemu.git/blobdiff - hw/fdc.c
lsi: Properly initialize controller state on reset
[qemu.git] / hw / fdc.c
index 93a7f1d1c9edc6596f2db204c1c6eeedbb633e29..c4ca9e9021516fb2b7a2f0d12bf44d344ed887a0 100644 (file)
--- a/hw/fdc.c
+++ b/hw/fdc.c
@@ -994,8 +994,9 @@ static uint32_t fdctrl_read_dir(FDCtrl *fdctrl)
 #endif
         )
         retval |= FD_DIR_DSKCHG;
-    if (retval != 0)
+    if (retval != 0) {
         FLOPPY_DPRINTF("Floppy digital input register: 0x%02x\n", retval);
+    }
 
     return retval;
 }
This page took 0.02687 seconds and 4 git commands to generate.