Kernel: fix signal handler block mask restoration

This commit is contained in:
2026-05-26 02:17:08 +03:00
parent c0ce647c74
commit becfa228fe
3 changed files with 6 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ signal_trampoline:
addl $24, %esp
// restore sigmask
movl $83, %eax // SYS_SIGPROCMASK
movl $79, %eax // SYS_SIGPROCMASK
movl $3, %ebx // SIG_SETMASK
leal 72(%esp), %ecx // set
xorl %edx, %edx // oset