Using '%r0' in efunc causes it to parse %r as a 'r' specifier.
See FreeBSD's printf. This diff just adds a '%' in front of '%r0' in order to create the correct output.
Differential D38176
dtrace: Improve a verifier error message. domagoj.stolfa_gmail.com on Jan 24 2023, 12:34 AM. Authored by Tags None Referenced Files
Subscribers
Details
Using '%r0' in efunc causes it to parse %r as a 'r' specifier. See FreeBSD's printf. This diff just adds a '%' in front of '%r0' in order to create the correct output.
Diff Detail
|