Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
11 lines
240 B
C
11 lines
240 B
C
#ifndef M68K_TARGET_SIGNAL_H
|
|
#define M68K_TARGET_SIGNAL_H
|
|
|
|
#include "../generic/signal.h"
|
|
|
|
#define TARGET_ARCH_HAS_SA_RESTORER 1
|
|
#define TARGET_ARCH_HAS_SETUP_FRAME
|
|
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
|
|
|
|
#endif /* M68K_TARGET_SIGNAL_H */
|