[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / custom.c
index f486fd5..802d295 100644 (file)
@@ -388,6 +388,8 @@ VOID OptionMenuReboot(VOID)
 {
     UiMessageBox("The system will now reboot.");
 
+#if defined(__i386__) || defined(_M_AMD64)
     DiskStopFloppyMotor();
+#endif
     Reboot();
 }