Subject: CVS commit: src/lib/libpthread/arch/m68k
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 09/17/2003 20:08:10
Module Name:	src
Committed By:	cl
Date:		Wed Sep 17 20:08:10 UTC 2003

Modified Files:
	src/lib/libpthread/arch/m68k: pthread_switch.S

Log Message:
fix pt_trapuc handling errors:
- movl to address register doesn't set flags (add explicit test)
- clr only clears a word (use clrl)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/arch/m68k/pthread_switch.S

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