Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152168155
D25773.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
453 B
Referenced Files
None
Subscribers
None
D25773.diff
View Options
Index: head/sys/mips/mips/trap.c
===================================================================
--- head/sys/mips/mips/trap.c
+++ head/sys/mips/mips/trap.c
@@ -824,12 +824,12 @@
i = SIGTRAP;
ucode = TRAP_BRKPT;
- addr = trapframe->pc;
/* compute address of break instruction */
va = trapframe->pc;
if (DELAYBRANCH(trapframe->cause))
va += sizeof(int);
+ addr = va;
if (td->td_md.md_ss_addr != va)
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 14, 4:58 AM (12 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31428713
Default Alt Text
D25773.diff (453 B)
Attached To
Mode
D25773: Fix si_addr value for breakpoints in a delay slot.
Attached
Detach File
Event Timeline
Log In to Comment