aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools
diff options
context:
space:
mode:
Diffstat (limited to 'xen/tools')
-rw-r--r--xen/tools/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/tools/symbols.c b/xen/tools/symbols.c
index 7bc141e210..3eca4cae1b 100644
--- a/xen/tools/symbols.c
+++ b/xen/tools/symbols.c
@@ -311,7 +311,7 @@ write_src(void)
off = 0;
for (i = 0; i < cnt; i++) {
- if (!table[i].flags & SYM_FLAG_VALID)
+ if (!(table[i].flags & SYM_FLAG_VALID))
continue;
if ((valid & 0xFF) == 0)