mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Perform more low-level code cleanup
This commit is contained in:
parent
c32e2d4486
commit
2d17ab016c
42 changed files with 977 additions and 265 deletions
|
@ -65,7 +65,7 @@ struct MachineContext {
|
|||
};
|
||||
gregset_t gregs;
|
||||
};
|
||||
struct FpuState *fpregs;
|
||||
struct FpuState *fpregs; /* zero when no fpu context */
|
||||
uint64_t __pad1[8];
|
||||
};
|
||||
|
||||
|
@ -77,6 +77,7 @@ struct ucontext {
|
|||
stack_t uc_stack;
|
||||
mcontext_t uc_mcontext; /* use this */
|
||||
sigset_t uc_sigmask;
|
||||
uint64_t __pad;
|
||||
struct FpuState __fpustate; /* for cosmo on non-linux */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue