Revision 78c3c6d3 target-i386/cpu.h

b/target-i386/cpu.h
1101 1101
        ? MMU_KSMAP_IDX : MMU_KERNEL_IDX;
1102 1102
}
1103 1103

  
1104
#undef ESI
1105
#define ESI (env->regs[R_ESI])
1106 1104
#undef EDI
1107 1105
#define EDI (env->regs[R_EDI])
1108 1106
#undef EIP

Also available in: Unified diff