Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/07/2005 20:28:08
Module Name: src
Committed By: drochner
Date: Wed Sep 7 20:28:08 UTC 2005
Modified Files:
src/sys/arch/mips/mips: trap.c
Log Message:
fix an obvious mistake where the original instruction
is restored after a simulated single-step,
also use VM_PROT_ALL to get maximal permission for patching
instructions instead of VM_PROT_DEFAULT whose semantics
are not that defined
To generate a diff of this commit:
cvs rdiff -r1.196 -r1.197 src/sys/arch/mips/mips/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.