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

Diff of /qemu/thunk.c

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

revision 1.4 by bellard, Sun Jun 15 19:52:54 2003 UTC revision 1.5 by bellard, Tue Nov 9 22:08:48 2004 UTC
# Line 236  unsigned int host_to_target_bitmask(unsi Line 236  unsigned int host_to_target_bitmask(unsi
236    
237      for(btp = trans_tbl; btp->x86_mask && btp->alpha_mask; btp++) {      for(btp = trans_tbl; btp->x86_mask && btp->alpha_mask; btp++) {
238          if((alpha_mask & btp->alpha_mask) == btp->alpha_bits) {          if((alpha_mask & btp->alpha_mask) == btp->alpha_bits) {
239              x86_mask |= btp->x86_mask;              x86_mask |= btp->x86_bits;
240          }          }
241      }      }
242      return(x86_mask);      return(x86_mask);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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