diff options
author | 2017-06-28 16:55:55 +0200 | |
---|---|---|
committer | 2017-06-29 11:02:42 +0100 | |
commit | 6cf5d4af83e04f4cfae91bfdefd9d4d6949c09b2 (patch) | |
tree | b12662f89790cdb0e64f9169739a1c40a29e9ef2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | arm64: fix endianness annotation for debug-monitors.c (diff) | |
download | wireguard-linux-6cf5d4af83e04f4cfae91bfdefd9d4d6949c09b2.tar.xz wireguard-linux-6cf5d4af83e04f4cfae91bfdefd9d4d6949c09b2.zip |
arm64: fix endianness annotation in call_undef_hook()
Here we're reading thumb or ARM instructions, which are always
stored in memory in little-endian order. These values are thus
correctly converted to native order but the intermediate value
should be annotated as for little-endian values.
Fix this by declaring the intermediate var as __le32 or __le16.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions