File:  [DVB] / dietlibc / alpha / getppid.S
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jan 9 17:57:38 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD

files where missing (?)

.text
.align 2
.global getppid
getppid:
	lda	$sp,-8($sp)
	stq	$26, 0($sp)
	jsr	getpid
	ldq	$26, 0($sp)
	lda	$sp, 8($sp)
	cmovge	$0, $20, $0
	ret

LinuxTV legacy CVS <linuxtv.org/cvs>