Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/12/2003 20:17:53
Module Name:	src
Committed By:	nathanw
Date:		Fri Dec 12 20:17:53 UTC 2003

Modified Files:
	src/sys/arch/i386/i386: vector.S

Log Message:
Trap 0x8 (T_DOUBLEFLT) and 0x11 (T_ALIGNFLT) should be TRAP, not
ZTRAP; while the error code is always 0, the processor indeed pushes
the 0 on the stack, according to table 5-1 in the IA32 SPG.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/i386/i386/vector.S

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