commit | 6a9b63ad602295aaa08bae58137a64937d572591 | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Wed Aug 15 17:25:28 2012 +0200 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 05:16:27 2013 +0530 |
tree | a7fdbad7a7edc5869538242a8f4c9e3fda7dd04b | |
parent | 2db19c77b59c71eef27e9876d4c09ceb6966608d [diff] |
perf: Work around aliasing violation Change-Id: Ib43bed1760c6f4536f770b74f0b12a7772ead8bd Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
diff --git a/util/header.c b/util/header.c index 2c2c501..6c51c21 100644 --- a/util/header.c +++ b/util/header.c
@@ -78,7 +78,7 @@ #endif /* ANDROID_CHANGE_END */ -#define PERF_MAGIC (*(u64 *)__perf_magic) +#define PERF_MAGIC 0x454c494646524550 /*(*(u64 *)__perf_magic)*/ struct perf_file_attr {