projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3cbe12
)
xenctx: fix typo in arm64 output
author
Ian Campbell
<ian.campbell@citrix.com>
Mon, 7 Oct 2013 16:39:53 +0000
(17:39 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 24 Oct 2013 21:46:20 +0000
(22:46 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
tools/xentrace/xenctx.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xenctx.c
b/tools/xentrace/xenctx.c
index 1214185bd88b81b224d41ee422c441edaeec6b34..4b774afdd35dc1c96fddefa60b714fc3affeab02 100644
(file)
--- a/
tools/xentrace/xenctx.c
+++ b/
tools/xentrace/xenctx.c
@@
-497,7
+497,7
@@
static void print_ctx_64(vcpu_guest_context_t *ctx)
print_symbol(regs->pc64);
printf("\n");
- printf("LR: %016"PRIx64"
z
n", regs->x30);
+ printf("LR: %016"PRIx64"
\
n", regs->x30);
printf("ELR_EL1: %016"PRIx64"\n", regs->elr_el1);
printf("CPSR: %08"PRIx32"\n", regs->cpsr);