Diff for /np2/i386c/ia32/cpu.c between versions 1.23 and 1.25

version 1.23, 2005/03/03 06:59:41 version 1.25, 2008/03/22 04:03:07
Line 12 Line 12
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. The name of the author may not be used to endorse or promote products  
  *    derived from this software without specific prior written permission.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Line 258  check_break_point: Line 256  check_break_point:
                 if (CPU_TRAP) {                  if (CPU_TRAP) {
                         CPU_DR6 |= CPU_DR6_BS;                          CPU_DR6 |= CPU_DR6_BS;
                 }                  }
                 INTERRUPT(DB_EXCEPTION, TRUE, FALSE, 0);                  INTERRUPT(DB_EXCEPTION, INTR_TYPE_EXCEPTION);
         }          }
         if (CPU_EFLAG & RF_FLAG) {          if (CPU_EFLAG & RF_FLAG) {
                 if (CPU_STAT_BP_EVENT & CPU_STAT_BP_EVENT_RF) {                  if (CPU_STAT_BP_EVENT & CPU_STAT_BP_EVENT_RF) {

Removed from v.1.23  
changed lines
  Added in v.1.25


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