]> git.proxmox.com Git - qemu.git/blobdiff - oslib-win32.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / oslib-win32.c
index ab29eae45ce3f58da3fe25c5bb3c31b37b4ebeab..5f0759ffc48435cc504a62fdb5381fd9cc00b855 100644 (file)
@@ -93,13 +93,6 @@ void qemu_set_cloexec(int fd)
 {
 }
 
-/* mingw32 needs ffs for compilations without optimization. */
-int ffs(int i)
-{
-    /* Use gcc's builtin ffs. */
-    return __builtin_ffs(i);
-}
-
 /* Offset between 1/1/1601 and 1/1/1970 in 100 nanosec units */
 #define _W32_FT_OFFSET (116444736000000000ULL)