|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [pushed] [ppc] fix minor compilation problem in gdb stub.
changeset: 9964:4b16bac643914dc0e04e8068af28aec4ec97fea4
tag: tip
user: jimix@xxxxxxxxxxxxxxxxxxxxx
date: Tue May 9 06:59:56 2006 -0400
files: xen/arch/ppc/gdbstub.c
description:
[ppc] fix minor compilation problem in gdb stub.
Signed-off-by: Maria Butrico <butrico@xxxxxxxxxxxxxx>
diff -r 29e803e524c2d47b8fca1ea9095f4295e1ce2ccb -r
4b16bac643914dc0e04e8068af28aec4ec97fea4 xen/arch/ppc/gdbstub.c
--- a/xen/arch/ppc/gdbstub.c Thu May 4 08:57:37 2006 -0400
+++ b/xen/arch/ppc/gdbstub.c Tue May 9 06:59:56 2006 -0400
@@ -182,7 +182,7 @@ gdb_arch_print_state(struct cpu_user_reg
/* XXX
printk("DAR: 0x%016lx DSISR: 0x%016lx\n", state->dar, state->dsisr);
*/
- printk("CR: 0x%08x XER: 0x%016x\n", state->cr, state->xer);
+ printk("CR: 0x%08x XER: 0x%016lx\n", state->cr, state->xer);
for (; i < 32; i+=4) {
printk("%02d: 0x%016lx 0x%016lx 0x%016lx 0x%016lx\n",
i, state->gprs[i], state->gprs[i+1],
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [pushed] [ppc] fix minor compilation problem in gdb stub.,
Jimi Xenidis <=
|
|
|
|
|