mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

No code change Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <1637893388-10282-2-git-send-email-gaosong@loongson.cn> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
11 lines
233 B
C
11 lines
233 B
C
#ifndef PPC_TARGET_SIGNAL_H
|
|
#define PPC_TARGET_SIGNAL_H
|
|
|
|
#include "../generic/signal.h"
|
|
|
|
#if !defined(TARGET_PPC64)
|
|
#define TARGET_ARCH_HAS_SETUP_FRAME
|
|
#endif
|
|
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
|
|
|
|
#endif /* PPC_TARGET_SIGNAL_H */
|