aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-be-null.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/tcg-be-null.h')
-rw-r--r--tcg/tcg-be-null.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcg/tcg-be-null.h b/tcg/tcg-be-null.h
index 74c57d5a6c..5222fe29e2 100644
--- a/tcg/tcg-be-null.h
+++ b/tcg/tcg-be-null.h
@@ -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;
}