diff options
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h index 7d0972e862..2023cf225e 100644 --- a/exec-all.h +++ b/exec-all.h @@ -416,6 +416,7 @@ static inline int spin_trylock(spinlock_t *lock) extern spinlock_t tb_lock; +extern int tb_invalidated_flag; #if defined(TARGET_I386) && !defined(CONFIG_USER_ONLY) |