/[qemu]/qemu/exec.c
ViewVC logotype

Diff of /qemu/exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by bellard, Mon Oct 27 21:22:22 2003 UTC revision 1.19 by bellard, Wed Nov 19 22:12:02 2003 UTC
# Line 362  static inline void tb_invalidate(Transla Line 362  static inline void tb_invalidate(Transla
362      unsigned int h, n1;      unsigned int h, n1;
363      TranslationBlock *tb1, *tb2;      TranslationBlock *tb1, *tb2;
364            
365        tb_invalidated_flag = 1;
366        
367      /* remove the TB from the hash list */      /* remove the TB from the hash list */
368      h = tb_hash_func(tb->pc);      h = tb_hash_func(tb->pc);
369      tb_remove(&tb_hash[h], tb,      tb_remove(&tb_hash[h], tb,

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26