mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Add a note about the landmine in the middle of struct ia32_sigframe.
This commit is contained in:
parent
666dfc3f37
commit
61aeb6a14d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126091
@ -151,6 +151,7 @@ struct ia32_sigframe {
|
||||
u_int32_t sf_ucontext; /* points to sf_uc */
|
||||
u_int32_t sf_addr; /* undocumented 4th arg */
|
||||
u_int32_t sf_ah; /* action/handler pointer */
|
||||
/* Beware, hole due to ucontext being 16 byte aligned! */
|
||||
struct ia32_ucontext sf_uc; /* = *sf_ucontext */
|
||||
struct ia32_siginfo sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user