]> git.proxmox.com Git - mirror_qemu.git/blobdiff - translate-all.c
vhost-user: fix log size
[mirror_qemu.git] / translate-all.c
index 20ce40ec28b45b7bedc9de2fdafe65fd210c229f..a940bd2e5e8200670b498092b0c984fbcb36ceb0 100644 (file)
@@ -1069,7 +1069,7 @@ TranslationBlock *tb_gen_code(CPUState *cpu,
 #endif
 
     phys_pc = get_page_addr_code(env, pc);
-    if (use_icount) {
+    if (use_icount && !(cflags & CF_IGNORE_ICOUNT)) {
         cflags |= CF_USE_ICOUNT;
     }