From dd7746fbf3e73e1844706e139dd62c09de6f6c8e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 22 Sep 2008 11:16:56 +0100 Subject: [PATCH] xenctx: fix xenctx --all option on x86 Signed-off-by: Akio Takebe --- 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 66e48c6d1f..94f6cd835f 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -785,8 +785,8 @@ int main(int argc, char **argv) {"frame-pointers", 0, NULL, 'f'}, #ifdef __ia64__ {"regs", 1, NULL, 'r'}, - {"all", 0, NULL, 'a'}, #endif + {"all", 0, NULL, 'a'}, {"help", 0, NULL, 'h'}, {0, 0, 0, 0} }; -- 2.30.2