Page MenuHomeFreeBSD

D25773.diff
No OneTemporary

D25773.diff

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

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)

Event Timeline