summaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-11-19 22:12:02 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-11-19 22:12:02 +0000
commit36bdbe5479cebb5765779a430d14daddddcab871 (patch)
tree092cd5144d8eac0007b39b3ff7fea281818e3533 /exec-all.h
parent8004340674c4b014e18357acfbcaa24d10ec9c22 (diff)
downloadqemu-36bdbe5479cebb5765779a430d14daddddcab871.tar.gz
fixed TB linking in case of code invalidation (fixes random segfaults)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@469 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h1
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)