mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
This commit is contained in:
parent
8004340674
commit
36bdbe5479
3 changed files with 15 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue