1 /* $NetBSD: linux_sig_machdep.S,v 1.2 1999/04/19 20:58:38 kleink Exp $ */
4 * Written by ITOH Yasufumi.
9 #include <compat/linux/linux_syscall.h>
12 * Signal "trampoline" code for Linux emulation.
13 * The sigtramp for Linux/m68k is on the stack frame, and this is a dummy.
17 moveq #LINUX_SYS_exit,%d0 | _exit(?)
20 GLOBAL(linux_esigcode)