]> Git Repo - qemu.git/blobdiff - linux-user/signal.c
Replace assert(0) with abort() or cpu_abort()
[qemu.git] / linux-user / signal.c
index 07616e3b49adbe14502178efdeff05d0ec2fbf01..e327c3dc164ecd0c520676c9922b0995d2e7744a 100644 (file)
@@ -411,7 +411,6 @@ static void QEMU_NORETURN force_sig(int target_sig)
     sigsuspend(&act.sa_mask);
 
     /* unreachable */
-    assert(0);
     abort();
 }
 
This page took 0.024596 seconds and 4 git commands to generate.