From 48fe42ec0b1cd6fe1fb26c27fb307e8bc5240fe0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 2 Apr 2009 11:48:32 +0100 Subject: xenctx, ia64: fix compilation error. Signed-off-by: Isaku Yamahata --- tools/xentrace/xenctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xentrace') diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c index 127379e671..c67171ca7e 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -875,8 +875,8 @@ static void dump_ctx(int vcpu) #endif print_ctx(&ctx); - print_code(&ctx, vcpu); #ifndef NO_TRANSLATION + print_code(&ctx, vcpu); if (is_kernel_text(instr_pointer(&ctx))) print_stack(&ctx, vcpu, guest_word_size); #endif -- cgit v1.2.3