/[qemu]/qemu/target-i386/op.c
ViewVC logotype

Diff of /qemu/target-i386/op.c

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

revision 1.29 by bellard, Sun Jan 23 20:46:09 2005 UTC revision 1.30 by bellard, Sun Jan 23 20:55:36 2005 UTC
# Line 1198  void OPPROTO op_movl_crN_T0(void) Line 1198  void OPPROTO op_movl_crN_T0(void)
1198      helper_movl_crN_T0(PARAM1);      helper_movl_crN_T0(PARAM1);
1199  }  }
1200    
1201    #if !defined(CONFIG_USER_ONLY)
1202  void OPPROTO op_movtl_T0_cr8(void)  void OPPROTO op_movtl_T0_cr8(void)
1203  {  {
 #if !defined(CONFIG_USER_ONLY)  
1204      T0 = cpu_get_apic_tpr(env);      T0 = cpu_get_apic_tpr(env);
 #endif  
1205  }  }
1206    #endif
1207    
1208  /* DR registers access */  /* DR registers access */
1209  void OPPROTO op_movl_drN_T0(void)  void OPPROTO op_movl_drN_T0(void)

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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