From: Keir Fraser Date: Mon, 22 Sep 2008 10:16:56 +0000 (+0100) Subject: xenctx: fix xenctx --all option on x86 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14101^2~51 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dd7746fbf3e73e1844706e139dd62c09de6f6c8e;p=xen.git xenctx: fix xenctx --all option on x86 Signed-off-by: Akio Takebe --- 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} };