PERFORCE change 41157 for review
Juli Mallett
jmallett at FreeBSD.org
Sun Nov 2 20:11:16 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=41157
Change 41157 by jmallett at 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:
More information about the p4-projects
mailing list