summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/kvx/bsd-_setjmp.S
blob: a4c4f87b043fe7af96b21b56788e662df83e9b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This file is subject to the terms and conditions of the LGPL V2.1
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2018 Kalray Inc.
 */

#include <sysdep.h>

ENTRY(_setjmp)
	/* Set second argument to 0 */
	make $r1 = 0
	;;
	goto HIDDEN_JUMPTARGET(__sigsetjmp)
	;;
END(_setjmp)
libc_hidden_def (_setjmp)