Workaround WSL not supporting x87 in ucontext_t

This commit is contained in:
Justine Tunney 2022-11-02 03:03:32 -07:00
parent d6ff4c754e
commit fae0c0286f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 13 additions and 11 deletions

View file

@ -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 */