|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Miod Vallat (miod
cvs.openbsd.org)
Date: Wed Apr 26 2006 - 15:49:58 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: miod
cvs.openbsd.org 2006/04/26 14:49:58
Modified files:
sys/arch/mvme88k/mvme88k: machdep.c
Log message:
In nmihand(), do not enter ddb with Debugger(), which causes an exception,
as we might not be in a state where we can process a nested exception. This
would then cause an error exception, which handler calls nmihand. Kaboom.
Instead, directly invoke m88k_db_trap(); from the AV tree.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]