mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
linux-user: move get_sp_from_cpustate() to target_cpu.h
Remove useless includes Fix HPPA include guard. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180529194207.31503-9-laurent@vivier.eu>
This commit is contained in:
parent
995d2004b7
commit
9850f9f63a
60 changed files with 83 additions and 177 deletions
|
@ -482,6 +482,8 @@ int do_sigaction(int sig, const struct target_sigaction *act,
|
|||
#define TARGET_SA_RESTORER 0x04000000
|
||||
#endif
|
||||
|
||||
#include "target_signal.h"
|
||||
|
||||
#ifdef TARGET_SA_RESTORER
|
||||
#define TARGET_ARCH_HAS_SA_RESTORER 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue