Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108210866
D39481.id120072.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
434 B
Referenced Files
None
Subscribers
None
D39481.id120072.diff
View Options
diff --git a/sys/cddl/dev/dtrace/riscv/dtrace_subr.c b/sys/cddl/dev/dtrace/riscv/dtrace_subr.c
--- a/sys/cddl/dev/dtrace/riscv/dtrace_subr.c
+++ b/sys/cddl/dev/dtrace/riscv/dtrace_subr.c
@@ -272,6 +272,9 @@
if (invop == 0)
return (-1);
+ if (invop == DTRACE_INVOP_NOP)
+ return (0);
+
if (match_opcode(invop, (MATCH_SD | RS2_RA | RS1_SP),
(MASK_SD | RS2_MASK | RS1_MASK))) {
/* Non-compressed store of ra to sp */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 4:55 PM (17 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16058909
Default Alt Text
D39481.id120072.diff (434 B)
Attached To
Mode
D39481: dtrace: handle NOP instructions in RISC-V
Attached
Detach File
Event Timeline
Log In to Comment