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

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

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

revision 1.42 by bellard, Sun Jan 23 20:46:56 2005 UTC revision 1.43 by bellard, Sun Jan 23 20:55:36 2005 UTC
# Line 5638  static target_ulong disas_insn(DisasCont Line 5638  static target_ulong disas_insn(DisasCont
5638                      gen_jmp_im(s->pc - s->cs_base);                      gen_jmp_im(s->pc - s->cs_base);
5639                      gen_eob(s);                      gen_eob(s);
5640                  } else {                  } else {
5641    #if !defined(CONFIG_USER_ONLY)
5642                      if (reg == 8)                      if (reg == 8)
5643                          gen_op_movtl_T0_cr8();                          gen_op_movtl_T0_cr8();
5644                      else                      else
5645    #endif
5646                          gen_op_movtl_T0_env(offsetof(CPUX86State,cr[reg]));                          gen_op_movtl_T0_env(offsetof(CPUX86State,cr[reg]));
5647                      gen_op_mov_reg_T0[ot][rm]();                      gen_op_mov_reg_T0[ot][rm]();
5648                  }                  }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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