Skip to content
Snippets Groups Projects
Verified Commit 933b447c authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

redox-rt: fix i686 pctl pending offset

parent b8199406
No related branches found
No related tags found
No related merge requests found
Pipeline #15929 passed
......@@ -272,7 +272,7 @@ __relibc_internal_sigentry_crit_third:
tcb_sa_off = const offset_of!(crate::Tcb, os_specific) + offset_of!(RtSigarea, arch),
tcb_sc_off = const offset_of!(crate::Tcb, os_specific) + offset_of!(RtSigarea, control),
pctl_off_actions = const offset_of!(SigProcControl, actions),
pctl_word = const offset_of!(SigProcControl, actions),
pctl_word = const offset_of!(SigProcControl, pending),
pctl = sym PROC_CONTROL_STRUCT,
STACK_ALIGN = const 16,
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment