Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169785
b: refs/heads/master
c: 0d0bea5
h: refs/heads/master
i:
  169783: b7cdc55
v: v3
  • Loading branch information
Tom Zanussi authored and Ingo Molnar committed Nov 25, 2009
1 parent 0c1404f commit 81ea86a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9533ac6291d78cd16c4b11a15bfbb055affd76c3
refs/heads/master: 0d0bea5ea4a0e91feff22ac5e32e14ff3a682247
3 changes: 2 additions & 1 deletion trunk/tools/perf/util/trace-event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,8 @@ static int event_read_fields(struct event *event, struct format_field **fields)
if (read_expect_type(EVENT_ITEM, &token))
goto fail;

/* add signed type */
if (strtoul(token, NULL, 0))
field->flags |= FIELD_IS_SIGNED;

free_token(token);
if (read_expected(EVENT_OP, ";") < 0)
Expand Down

0 comments on commit 81ea86a

Please sign in to comment.