1/*
2 * This file is subject to the terms and conditions of the LGPL V2.1
3 * License.  See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 2018 Kalray Inc.
7 */
8
9#include <sysdep.h>
10
11ENTRY(setjmp)
12	/* Set second argument to 1 */
13	make $r1 = 1
14	;;
15	goto HIDDEN_JUMPTARGET(__sigsetjmp)
16	;;
17END(setjmp)
18