|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [PATCH]fix minor compilation problem in gdb stub
Signed-off-by: Maria Butrico <butrico@xxxxxxxxxxxxxx>
summary: fix minor compilation problem in gdb stub.
diff -r 29e803e524c2 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 Mon May 8 19:07:46 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] [PATCH]fix minor compilation problem in gdb stub,
Maria Butrico <=
|
|
|
|
|