File:  [DVB] / dietlibc / alpha / sigreturn.S
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 6 12:09:25 2016 UTC (8 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
  alpha fixes (Christian Seiler, Thorsten Glaser)

#include "syscalls.h"

.text
.align 2
.global sigreturn
.type sigreturn,@function
sigreturn:
	mov	$30, $16
	ldi	$0, __NR_sigreturn
	callsys


LinuxTV legacy CVS <linuxtv.org/cvs>