master
h 11 lines 243 Bytes
Raw
1 #ifndef SH4_TARGET_SIGNAL_H
2 #define SH4_TARGET_SIGNAL_H
3
4 #include "../generic/signal.h"
5
6 #define TARGET_SA_RESTORER 0x04000000
7
8 #define TARGET_ARCH_HAS_SETUP_FRAME
9 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
10
11 #endif /* SH4_TARGET_SIGNAL_H */