Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147615644
D9229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D9229.diff
View Options
Index: head/sys/cddl/dev/fbt/arm/fbt_isa.c
===================================================================
--- head/sys/cddl/dev/fbt/arm/fbt_isa.c
+++ head/sys/cddl/dev/fbt/arm/fbt_isa.c
@@ -61,7 +61,7 @@
/* Get 5th parameter from stack */
DTRACE_CPUFLAG_SET(CPU_DTRACE_NOFAULT);
- fifthparam = *(register_t *)frame->tf_usr_sp;
+ fifthparam = *(register_t *)frame->tf_svc_sp;
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT | CPU_DTRACE_BADADDR);
dtrace_probe(fbt->fbtp_id, frame->tf_r0,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 13, 8:49 AM (15 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29616257
Default Alt Text
D9229.diff (508 B)
Attached To
Mode
D9229: Corrected handling of fifth parameter in DTrace's FBT provider for ARM
Attached
Detach File
Event Timeline
Log In to Comment