Date: Sun, 2 Nov 2003 20:11:14 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 41157 for review Message-ID: <200311030411.hA34BECP076135@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=41157 Change 41157 by jmallett@jmallett_dalek on 2003/11/02 20:10:14 useless formatting. Affected files ... .. //depot/projects/mips/sys/mips/mips/trap.c#11 edit Differences ... ==== //depot/projects/mips/sys/mips/mips/trap.c#11 (text+ko) ==== @@ -126,12 +126,12 @@ } else printf(" (out of range)"); printf("\n"); - printf(" program counter = %lx\n", tf->tf_regs[TF_EPC]); - printf(" return address = %lx\n", tf->tf_regs[TF_RA]); + printf("program counter = %#lx\n", tf->tf_regs[TF_EPC]); + printf("return address = %#lx\n", tf->tf_regs[TF_RA]); printf("bad virtual address = %p\n", badvaddr); - printf(" cause = %x\n", cause); - printf(" status = %lx\n", tf->tf_regs[TF_SR]); - printf(" current thread = %p\n", curthread); + printf("cause = %#x\n", cause); + printf("status = %#lx\n", tf->tf_regs[TF_SR]); + printf("current thread = %p\n", curthread); switch (code) { case T_BREAK:help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311030411.hA34BECP076135>
