| version 1.23, 2005/03/03 06:59:41 | version 1.26, 2011/01/15 17:17:23 | 
| Line 1 | Line 1 | 
 | /*      $Id$    */ |  | 
 |  |  | 
 | /* | /* | 
 | * Copyright (c) 2002-2003 NONAKA Kimihiro | * Copyright (c) 2002-2003 NONAKA Kimihiro | 
 | * All rights reserved. | * All rights reserved. | 
| Line 12 | Line 10 | 
 | * 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 254  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) { |