aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tb-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/tb-context.h')
-rw-r--r--accel/tcg/tb-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/tcg/tb-context.h b/accel/tcg/tb-context.h
index cc33979113..cac62d9749 100644
--- a/accel/tcg/tb-context.h
+++ b/accel/tcg/tb-context.h
@@ -34,6 +34,7 @@ struct TBContext {
/* statistics */
unsigned tb_flush_count;
+ unsigned tb_phys_invalidate_count;
};
extern TBContext tb_ctx;