ia64/xen-unstable
changeset 18519:ad79f7af3916
xenctx: fix xenctx --all option on x86
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Sep 22 11:16:56 2008 +0100 (2008-09-22) |
parents | a1e86caf83a3 |
children | 9cc4cebee50b |
files | tools/xentrace/xenctx.c |
line diff
1.1 --- a/tools/xentrace/xenctx.c Mon Sep 22 11:15:39 2008 +0100 1.2 +++ b/tools/xentrace/xenctx.c Mon Sep 22 11:16:56 2008 +0100 1.3 @@ -785,8 +785,8 @@ int main(int argc, char **argv) 1.4 {"frame-pointers", 0, NULL, 'f'}, 1.5 #ifdef __ia64__ 1.6 {"regs", 1, NULL, 'r'}, 1.7 +#endif 1.8 {"all", 0, NULL, 'a'}, 1.9 -#endif 1.10 {"help", 0, NULL, 'h'}, 1.11 {0, 0, 0, 0} 1.12 };