Subject: CVS commit: syssrc/sys/arch/mips/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/05/2002 09:12:21
Module Name: syssrc
Committed By: thorpej
Date: Tue Feb 5 07:12:21 UTC 2002
Modified Files:
syssrc/sys/arch/mips/include: profile.h
Log Message:
Don't put `frompc' into a0 in the delay slot of the __mcount
call; `jal __mcount' might be expanded by the assembler, and
thus a bogus `frompc' value could be passed.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/mips/include/profile.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.