--- np2/i386c/ia32/cpu.c 2005/03/03 06:59:41 1.23 +++ np2/i386c/ia32/cpu.c 2008/03/22 04:03:07 1.25 @@ -1,4 +1,4 @@ -/* $Id: cpu.c,v 1.23 2005/03/03 06:59:41 yui Exp $ */ +/* $Id: cpu.c,v 1.25 2008/03/22 04:03:07 monaka Exp $ */ /* * Copyright (c) 2002-2003 NONAKA Kimihiro @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * 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 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -258,7 +256,7 @@ check_break_point: if (CPU_TRAP) { CPU_DR6 |= CPU_DR6_BS; } - INTERRUPT(DB_EXCEPTION, TRUE, FALSE, 0); + INTERRUPT(DB_EXCEPTION, INTR_TYPE_EXCEPTION); } if (CPU_EFLAG & RF_FLAG) { if (CPU_STAT_BP_EVENT & CPU_STAT_BP_EVENT_RF) {