]> git.proxmox.com Git - qemu.git/blobdiff - qemu-img.c
tcg-ia64: Use shortcuts for nop insns
[qemu.git] / qemu-img.c
index 926f0a0febc425563d8d1ba4699abbae8060aa22..bf3fb4f8a6555592082ae6366e07a8a200d8d243 100644 (file)
@@ -607,7 +607,7 @@ static int img_check(int argc, char **argv)
         if (output_format == OFORMAT_HUMAN) {
             error_report("This image format does not support checks");
         }
-        ret = 1;
+        ret = 63;
         goto fail;
     }