9 lines
202 B
C
9 lines
202 B
C
#ifndef M68K_TARGET_SIGNAL_H
|
|
#define M68K_TARGET_SIGNAL_H
|
|
|
|
#include "../generic/signal.h"
|
|
|
|
#define TARGET_ARCH_HAS_SETUP_FRAME
|
|
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
|
|
|
|
#endif /* M68K_TARGET_SIGNAL_H */
|