- specify the exception type on triple exceptions

This commit is contained in:
Bryce Denney 2002-10-03 04:52:39 +00:00
parent 6c5b223752
commit 534c4985d9

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: exception.cc,v 1.24 2002-10-01 07:13:00 ptrumpet Exp $
// $Id: exception.cc,v 1.25 2002-10-03 04:52:39 bdenney Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -841,7 +841,7 @@ BX_CPU_C::exception(unsigned vector, Bit16u error_code, Boolean is_INT)
BX_CPU_THIS_PTR errorno++;
if (BX_CPU_THIS_PTR errorno >= 3) {
BX_PANIC(("exception(): 3rd exception with no resolution"));
BX_PANIC(("exception(): 3rd (%d) exception with no resolution", vector));
BX_ERROR(("WARNING: Any simulation after this point is completely bogus."));
#if BX_DEBUGGER
bx_guard.special_unwind_stack = true;