--- np2/i386c/ia32/cpu.c 2005/03/03 06:59:41 1.23 +++ np2/i386c/ia32/cpu.c 2011/01/15 17:17:23 1.26 @@ -1,5 +1,3 @@ -/* $Id: cpu.c,v 1.23 2005/03/03 06:59:41 yui Exp $ */ - /* * Copyright (c) 2002-2003 NONAKA Kimihiro * All rights reserved. @@ -12,8 +10,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 +254,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) {