qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszka).


From: consul
Subject: [Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszka).
Date: Tue, 20 May 2008 09:55:32 -0700

Target arm-softmmu still does not compile on Windows. The fix is trivial, 
please apply it (or my previous patch, if you wish).

Alex.

Index: hw/musicpal.c
===================================================================
--- hw/musicpal.c       (revision 4504)
+++ hw/musicpal.c       (working copy)
@@ -1495,7 +1495,11 @@
      * Wait a bit to catch menu button during U-Boot start-up
      * (to trigger emergency update).
      */
+#ifdef _WIN32
+    Sleep(1000);
+#else
     sleep(1);
+#endif









reply via email to

[Prev in Thread] Current Thread [Next in Thread]