Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108071177
D34210.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D34210.diff
View Options
diff --git a/sys/arm/arm/exec_machdep.c b/sys/arm/arm/exec_machdep.c
--- a/sys/arm/arm/exec_machdep.c
+++ b/sys/arm/arm/exec_machdep.c
@@ -69,6 +69,10 @@
#include <vm/pmap.h>
#include <vm/vm_map.h>
+_Static_assert(sizeof(mcontext_t) == 208, "mcontext_t size incorrect");
+_Static_assert(sizeof(ucontext_t) == 260, "ucontext_t size incorrect");
+_Static_assert(sizeof(siginfo_t) == 64, "siginfo_t size incorrect");
+
/*
* Clear registers on exec
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 3:34 AM (17 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16024360
Default Alt Text
D34210.diff (458 B)
Attached To
Mode
D34210: arm: Add static asssert for context size
Attached
Detach File
Event Timeline
Log In to Comment