Diff for /np2/i286c/i286c_rp.c between versions 1.7 and 1.8

version 1.7, 2003/11/29 03:38:26 version 1.8, 2003/12/01 10:45:46
Line 86  I286EXT i286c_rep_movsb(void) { Line 86  I286EXT i286c_rep_movsb(void) {
                                 break;                                  break;
                         }                          }
                         if (I286_REMCLOCK <= 0) {                          if (I286_REMCLOCK <= 0) {
                                 I286_IP -= i286reg.prefix + 1;                                  I286_IP -= i286core.s.prefix + 1;
                                 break;                                  break;
                         }                          }
                 }                  }
Line 109  I286EXT i286c_rep_movsw(void) { Line 109  I286EXT i286c_rep_movsw(void) {
                                 break;                                  break;
                         }                          }
                         if (I286_REMCLOCK <= 0) {                          if (I286_REMCLOCK <= 0) {
                                 I286_IP -= i286reg.prefix + 1;                                  I286_IP -= i286core.s.prefix + 1;
                                 break;                                  break;
                         }                          }
                 }                  }
Line 133  I286EXT i286c_rep_lodsb(void) { Line 133  I286EXT i286c_rep_lodsb(void) {
                                 break;                                  break;
                         }                          }
                         if (I286_REMCLOCK <= 0) {                          if (I286_REMCLOCK <= 0) {
                                 I286_IP -= i286reg.prefix + 1;                                  I286_IP -= i286core.s.prefix + 1;
                                 break;                                  break;
                         }                          }
                 }                  }
Line 154  I286EXT i286c_rep_lodsw(void) { Line 154  I286EXT i286c_rep_lodsw(void) {
                                 break;                                  break;
                         }                          }
                         if (I286_REMCLOCK <= 0) {                          if (I286_REMCLOCK <= 0) {
                                 I286_IP -= i286reg.prefix + 1;                                  I286_IP -= i286core.s.prefix + 1;
                                 break;                                  break;
                         }                          }
                 }                  }
Line 178  I286EXT i286c_rep_stosb(void) { Line 178  I286EXT i286c_rep_stosb(void) {
                                 break;                                  break;
                         }                          }
                         if (I286_REMCLOCK <= 0) {                          if (I286_REMCLOCK <= 0) {
                                 I286_IP -= i286reg.prefix + 1;                                  I286_IP -= i286core.s.prefix + 1;
                                 break;                                  break;
                         }                          }
                 }                  }
Line 199  I286EXT i286c_rep_stosw(void) { Line 199  I286EXT i286c_rep_stosw(void) {
                                 break;                                  break;
                         }                          }
                         if (I286_REMCLOCK <= 0) {                          if (I286_REMCLOCK <= 0) {
                                 I286_IP -= i286reg.prefix + 1;                                  I286_IP -= i286core.s.prefix + 1;
                                 break;                                  break;
                         }                          }
                 }                  }

Removed from v.1.7  
changed lines
  Added in v.1.8


RetroPC.NET-CVS <cvs@retropc.net>