Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/17/2001 07:15:02
Module Name:	basesrc
Committed By:	itojun
Date:		Wed Jan 17 05:15:02 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/sh3/sys: __syscall.S syscall.S

Log Message:
fix syscall() and __syscall().  r0 has to be set to SYS_syscall or
SYS___syscall, respectively.  otherwise sys/arch/sh3/sh3/trap.c will
look at the wrong argument.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/sh3/sys/__syscall.S \
    basesrc/lib/libc/arch/sh3/sys/syscall.S

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