]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/tcg-be-null.h
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
[mirror_qemu.git] / tcg / tcg-be-null.h
index 74c57d5a6c2a0395e17a1803d52dd970df2ab975..5222fe29e2a7cd5ae7dfbb0c6eb7b2e5f529d127 100644 (file)
@@ -38,6 +38,7 @@ static inline void tcg_out_tb_init(TCGContext *s)
  * Generate TB finalization at the end of block
  */
 
-static inline void tcg_out_tb_finalize(TCGContext *s)
+static inline bool tcg_out_tb_finalize(TCGContext *s)
 {
+    return true;
 }