mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 14:00:44 +00:00
linux-user: Fix stray tab-indent
Fix a stray tab-indented linux in linux-user/signal.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
e902d588dc
commit
7ec87e06c7
@ -5847,8 +5847,9 @@ static void handle_pending_signal(CPUArchState *cpu_env, int sig)
|
||||
else
|
||||
setup_frame(sig, sa, &target_old_set, cpu_env);
|
||||
#endif
|
||||
if (sa->sa_flags & TARGET_SA_RESETHAND)
|
||||
if (sa->sa_flags & TARGET_SA_RESETHAND) {
|
||||
sa->_sa_handler = TARGET_SIG_DFL;
|
||||
}
|
||||
}
|
||||
if (q != &k->info)
|
||||
free_sigqueue(cpu_env, q);
|
||||
|
Loading…
Reference in New Issue
Block a user