Subject: CVS commit: src/lib/libc/arch/sh3/gen
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 06/23/2003 10:45:21
Module Name: src
Committed By: uwe
Date: Mon Jun 23 10:45:21 UTC 2003
Modified Files:
src/lib/libc/arch/sh3/gen: makecontext.c
Log Message:
Registers _REG_Ri defines are numbered backwards, so when we fill
r4-r7 with arguments, use the correct *minus* i to compute the i-th
register index.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/sh3/gen/makecontext.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.