commit | 36bdbe5479cebb5765779a430d14daddddcab871 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Nov 19 22:12:02 2003 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Nov 19 22:12:02 2003 +0000 |
tree | 092cd5144d8eac0007b39b3ff7fea281818e3533 | |
parent | 8004340674c4b014e18357acfbcaa24d10ec9c22 [diff] [blame] |
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
diff --git a/exec.c b/exec.c index ca767e2..9cc251f 100644 --- a/exec.c +++ b/exec.c
@@ -362,6 +362,8 @@ unsigned int h, n1; TranslationBlock *tb1, *tb2; + tb_invalidated_flag = 1; + /* remove the TB from the hash list */ h = tb_hash_func(tb->pc); tb_remove(&tb_hash[h], tb,