commit | 69e300e8f6f5e9b136a70d5f3ca80fb8deac6666 | [log] [tgz] |
---|---|---|
author | Jiri Olsa <jolsa@redhat.com> | Sun Apr 15 11:55:50 2012 +0200 |
committer | Arun Sharma <asharma@fb.com> | Mon Apr 16 07:13:54 2012 -0700 |
tree | 35d3371a0535ed4883a45cb2f1e89da8c7f5a6e1 | |
parent | cbc66b62c085c369c8506da12f7dc5014baabfc8 [diff] |
dwarf: Get correct return from expression evaluation Currently the expression evaluation always succeeds, and possible error is not propagated to the caller. The ',' operator makes the condition always return 0. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Tested-by: Paul Pluzhnikov <ppluzhnikov@google.com>