/[qemu]/qemu/target-i386/exec.h
ViewVC logotype

Diff of /qemu/target-i386/exec.h

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

revision 1.5 by bellard, Thu Nov 13 01:42:19 2003 UTC revision 1.6 by bellard, Sun Nov 23 23:09:40 2003 UTC
# Line 512  static inline uint32_t compute_eflags(vo Line 512  static inline uint32_t compute_eflags(vo
512      return env->eflags | cc_table[CC_OP].compute_all() | (DF & DF_MASK);      return env->eflags | cc_table[CC_OP].compute_all() | (DF & DF_MASK);
513  }  }
514    
 #define FL_UPDATE_MASK32 (TF_MASK | AC_MASK | ID_MASK)  
   
 #define FL_UPDATE_CPL0_MASK (TF_MASK | IF_MASK | IOPL_MASK | NT_MASK | \  
                              RF_MASK | AC_MASK | ID_MASK)  
   
515  /* NOTE: CC_OP must be modified manually to CC_OP_EFLAGS */  /* NOTE: CC_OP must be modified manually to CC_OP_EFLAGS */
516  static inline void load_eflags(int eflags, int update_mask)  static inline void load_eflags(int eflags, int update_mask)
517  {  {

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

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