PERFORCE change 44788 for review

Juli Mallett jmallett at FreeBSD.org
Sun Jan 4 16:32:27 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=44788

Change 44788 by jmallett at jmallett_oingo on 2004/01/04 16:31:24

	un-if0 something that should be OK now?

Affected files ...

.. //depot/projects/mips/sys/mips/mips/db_interface.c#11 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/db_interface.c#11 (text+ko) ====

@@ -164,7 +164,6 @@
 		*(struct frame *)curthread->td_md.md_regs = *f;
 	else {
 		/* Synthetic full scale register context when trap happens */
-#if 0
 		kdbaux[0] = f->f_regs[S0];
 		kdbaux[1] = f->f_regs[S1];
 		kdbaux[2] = f->f_regs[S2];
@@ -176,7 +175,6 @@
 		kdbaux[8] = f->f_regs[SP];
 		kdbaux[9] = f->f_regs[S8];
 		kdbaux[10] = f->f_regs[GP];
-#endif
 	}
 
 	return (1);


More information about the p4-projects mailing list