mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Workaround WSL not supporting x87 in ucontext_t
This commit is contained in:
parent
d6ff4c754e
commit
fae0c0286f
8 changed files with 13 additions and 11 deletions
|
@ -72,7 +72,7 @@ struct MachineContext {
|
|||
typedef struct MachineContext mcontext_t;
|
||||
|
||||
struct ucontext {
|
||||
uint64_t uc_flags;
|
||||
uint64_t uc_flags; /* don't use this */
|
||||
struct ucontext *uc_link;
|
||||
stack_t uc_stack;
|
||||
mcontext_t uc_mcontext; /* use this */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue