mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
linux-user/alpha: Rename the sigaction restorer field
Use ka_restorer, in line with TARGET_ARCH_HAS_KA_RESTORER vs TARGET_ARCH_HAS_SA_RESTORER, since Alpha passes this field as a syscall argument. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210422230227.314751-3-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
8f5141a9e1
commit
f20a9ca6d0
3 changed files with 7 additions and 7 deletions
|
@ -519,7 +519,7 @@ struct target_sigaction {
|
|||
abi_ulong _sa_handler;
|
||||
abi_ulong sa_flags;
|
||||
target_sigset_t sa_mask;
|
||||
abi_ulong sa_restorer;
|
||||
abi_ulong ka_restorer;
|
||||
};
|
||||
#elif defined(TARGET_MIPS)
|
||||
struct target_sigaction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue