]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - qemu-io-cmds.c
target/ppc: Use tcg_gen_gvec_rotlv
[thirdparty/qemu.git] / qemu-io-cmds.c
index 1b7e700020a28b48f3f9fae2be66f506a9473952..851f07e8f8b9bcb460d4bcfb7ea231e41b82797b 100644 (file)
@@ -1715,7 +1715,7 @@ static int truncate_f(BlockBackend *blk, int argc, char **argv)
      * exact=true.  It is better to err on the "emit more errors" side
      * than to be overly permissive.
      */
-    ret = blk_truncate(blk, offset, true, PREALLOC_MODE_OFF, &local_err);
+    ret = blk_truncate(blk, offset, true, PREALLOC_MODE_OFF, 0, &local_err);
     if (ret < 0) {
         error_report_err(local_err);
         return ret;