diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse.c')
-rw-r--r-- | tools/lib/traceevent/event-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c index 87494c7c619d..981c6ce2da2c 100644 --- a/tools/lib/traceevent/event-parse.c +++ b/tools/lib/traceevent/event-parse.c | |||
@@ -2233,7 +2233,7 @@ eval_type_str(unsigned long long val, const char *type, int pointer) | |||
2233 | return val & 0xffffffff; | 2233 | return val & 0xffffffff; |
2234 | 2234 | ||
2235 | if (strcmp(type, "u64") == 0 || | 2235 | if (strcmp(type, "u64") == 0 || |
2236 | strcmp(type, "s64")) | 2236 | strcmp(type, "s64") == 0) |
2237 | return val; | 2237 | return val; |
2238 | 2238 | ||
2239 | if (strcmp(type, "s8") == 0) | 2239 | if (strcmp(type, "s8") == 0) |