]> Git Repo - qemu.git/blobdiff - tcg/tcg-be-null.h
net/rocker: Cleanup the useless return value check
[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;
 }
This page took 0.023248 seconds and 4 git commands to generate.