aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-22 11:16:56 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-22 11:16:56 +0100
commitdd7746fbf3e73e1844706e139dd62c09de6f6c8e (patch)
tree086e9a2db1547378d0540467b364a9e53a30257b /tools/xentrace
parent11825aea195819b1b59bb622ad96db4803d17c6f (diff)
downloadxen-dd7746fbf3e73e1844706e139dd62c09de6f6c8e.tar.gz
xen-dd7746fbf3e73e1844706e139dd62c09de6f6c8e.tar.bz2
xen-dd7746fbf3e73e1844706e139dd62c09de6f6c8e.zip
xenctx: fix xenctx --all option on x86
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/xenctx.c2
1 files changed, 1 insertions, 1 deletions
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}
};