]> Git Repo - qemu.git/blobdiff - block-raw-posix.c
target-ppc: Add v{max,min}fp instructions
[qemu.git] / block-raw-posix.c
index ac88fc36e27fd31e0cef5a9b238ec0b1424e2517..620791b70cf942e3e32171532df76e42eaa9bad5 100644 (file)
@@ -533,8 +533,6 @@ static int posix_aio_init(void)
         return 0;
 
     s = qemu_malloc(sizeof(PosixAioState));
-    if (s == NULL)
-        return -ENOMEM;
 
     sigfillset(&act.sa_mask);
     act.sa_flags = 0; /* do not restart syscalls to interrupt select() */
This page took 0.023568 seconds and 4 git commands to generate.