1/* Copyright 2019, Adrien Destugues, pulkomandy@pulkomandy.tk.
2 * Distributed under the terms of the MIT License.
3 */
4
5
6#include <asm_defs.h>
7
8
9/* int setjmp(jmp_buf buffer) */
10FUNCTION(setjmp):
11FUNCTION(_setjmp):
12	ret
13FUNCTION_END(setjmp)
14