Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170787500
D21188.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
410 B
Referenced Files
None
Subscribers
None
D21188.id.diff
View Options
Index: head/lib/libproc/proc_regs.c
===================================================================
--- head/lib/libproc/proc_regs.c
+++ head/lib/libproc/proc_regs.c
@@ -138,7 +138,7 @@
#elif defined(__i386__)
regs.r_esp = regvalue;
#elif defined(__mips__)
- regs.r_regs[PC] = regvalue;
+ regs.r_regs[SP] = regvalue;
#elif defined(__powerpc__)
regs.fixreg[1] = regvalue;
#elif defined(__riscv)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 3:25 PM (4 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38310903
Default Alt Text
D21188.id.diff (410 B)
Attached To
Mode
D21188: Fix register target for SP setting in libproc
Attached
Detach File
Event Timeline
Log In to Comment