summary refs log tree commit diff stats
path: root/accel/tcg/tb-jmp-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/tb-jmp-cache.h')
-rw-r--r--accel/tcg/tb-jmp-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/tcg/tb-jmp-cache.h b/accel/tcg/tb-jmp-cache.h
index ff5ffc8fc2..b3f6e78835 100644
--- a/accel/tcg/tb-jmp-cache.h
+++ b/accel/tcg/tb-jmp-cache.h
@@ -18,6 +18,7 @@
  * a load_acquire/store_release to 'tb'.
  */
 struct CPUJumpCache {
+    struct rcu_head rcu;
     struct {
         TranslationBlock *tb;
 #if TARGET_TB_PCREL