this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix sigaction.c on i386

+3 -2
+3 -2
src/kernel/emulation/linux/signal/sigaction.c
··· 100 100 bm->ss.rflags = lc->uc_mcontext.gregs.efl; 101 101 #else 102 102 copyreg(eax); copyreg(ebx); copyreg(ecx); copyreg(edx); copyreg(edi); copyreg(esi); 103 - copyreg(ebp); copyreg(esp); copyreg(ss); 103 + copyreg(ebp); copyreg(esp); 104 104 copyreg(eip); copyreg(cs); copyreg(ds); copyreg(es); copyreg(fs); copyreg(gs); 105 - bm->ss.rflags = lc->uc_mcontext.gregs.efl; 105 + bm->ss.eflags = lc->uc_mcontext.gregs.efl; 106 + bm->ss.ss = 0; 106 107 #endif 107 108 108 109 #undef copyreg