Sign in
qemu
/
qemu
/
8c47168cca012aa6f64dc50eebdb126ab81e360a
/
.
/
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 */