Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 02/24/2000 16:42:49
Module Name:	syssrc
Committed By:	mycroft
Date:		Fri Feb 25 00:42:48 UTC 2000

Modified Files:
	syssrc/sys/arch/hpcmips/vr: vrkiu.c

Log Message:
Fix an obscure bug:
If we enter DDB from the keyboard, kc_scandata[] wasn't updated before the
debugger was entered, and the first call to cngetc() would see the ESC and
stack another DDB entry on top.  This was... poor.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/hpcmips/vr/vrkiu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.