Sign in
qemu
/
qemu
/
2fe8ed6fe9dd8c50f06c16921b42d6f0e17f9f7c
/
.
/
linux-user
/
nios2
/
target_signal.h
blob: 46ca5948cea494325e1e5e6b901e9c972c73bdd2 [
file
] [
log
] [
blame
]
#ifndef
NIOS2_TARGET_SIGNAL_H
#define
NIOS2_TARGET_SIGNAL_H
#include
"../generic/signal.h"
/* Nios2 uses a fixed address on the kuser page for sigreturn. */
#define
TARGET_ARCH_HAS_SIGTRAMP_PAGE
0
#endif
/* NIOS2_TARGET_SIGNAL_H */