xenctx: fix typo in arm64 output
authorIan Campbell <ian.campbell@citrix.com>
Mon, 7 Oct 2013 16:39:53 +0000 (17:39 +0100)
committerIan 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

index 1214185bd88b81b224d41ee422c441edaeec6b34..4b774afdd35dc1c96fddefa60b714fc3affeab02 100644 (file)
@@ -497,7 +497,7 @@ static void print_ctx_64(vcpu_guest_context_t *ctx)
     print_symbol(regs->pc64);
     printf("\n");
 
-    printf("LR:       %016"PRIx64"zn", 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);