]> git.proxmox.com Git - qemu.git/blobdiff - exec-all.h
net: Improve the warnings for dubious command line option combinations
[qemu.git] / exec-all.h
index e3a82bc997396806e063f03006ba44799bf61615..496c001c03ae69dbbeda856c5c50d3ef349a867b 100644 (file)
@@ -180,7 +180,6 @@ static inline unsigned int tb_phys_hash_func(tb_page_addr_t pc)
     return (pc >> 2) & (CODE_GEN_PHYS_HASH_SIZE - 1);
 }
 
-TranslationBlock *tb_alloc(target_ulong pc);
 void tb_free(TranslationBlock *tb);
 void tb_flush(CPUState *env);
 void tb_link_page(TranslationBlock *tb,