Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/19/1999 16:24:15
Module Name:	src
Committed By:	thorpej
Date:		Mon Apr 19 23:24:15 UTC 1999

Modified Files:
	src/sys/arch/alpha/alpha: locore.s trap.c
Log Message:
Dispatch to the debugger from the Intruction Fault trap vector directly,
rather than doing it from trap().  This so we can switch to a temporary
stack for the debugger (in a forthcoming commit).