From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH RFC 07/15] xenctx: fix typo in arm64 output Date: Thu, 10 Oct 2013 15:43:43 +0100 Message-ID: <5256BD1F.5020508@linaro.org> References: <1381163944.21562.129.camel@kazak.uk.xensource.com> <1381164001-1446-7-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1381164001-1446-7-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 10/07/2013 05:39 PM, Ian Campbell wrote: > Signed-off-by: Ian Campbell Acked-by: Julien Grall > --- > tools/xentrace/xenctx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c > index 1214185..4b774af 100644 > --- 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"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); > -- Julien Grall