Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161144186
D17140.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
D17140.diff
View Options
Index: head/sys/arm64/arm64/machdep.c
===================================================================
--- head/sys/arm64/arm64/machdep.c
+++ head/sys/arm64/arm64/machdep.c
@@ -236,7 +236,7 @@
regs->fp_sr = pcb->pcb_fpustate.vfp_fpsr;
} else
#endif
- memset(regs->fp_q, 0, sizeof(regs->fp_q));
+ memset(regs, 0, sizeof(*regs));
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 1, 11:01 PM (6 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34580046
Default Alt Text
D17140.diff (358 B)
Attached To
Mode
D17140: Clear all of the VFP state in fill_fpregs().
Attached
Detach File
Event Timeline
Log In to Comment