summaryrefslogtreecommitdiff
path: root/src/aarch64/Gregs.c
diff options
context:
space:
mode:
authorJonathan Byrd <jbyrd@allinea.com>2016-11-15 12:45:30 +0000
committerDave Watson <davejwatson@fb.com>2017-08-18 09:55:49 -0700
commit1c190a8f9eb88578388340c5b14b2d683856c9c9 (patch)
treeb3580bf38abd1fed804026e320c054a0b60507e5 /src/aarch64/Gregs.c
parent819bf51bbd2da462c2ec3401e8ac9153b6e725e3 (diff)
downloadlibunwind-1c190a8f9eb88578388340c5b14b2d683856c9c9.tar.gz
aarch64: PLT entry recognition & fixes
Attached is a corrected version of my previous patch for aarch64 PLT entry recognition. The comparison in the is_plt_entry function should have been: ret = (((w0 & 0xff0000009f000000) == 0xf900000090000000) && ((w1 & 0xffffffffff000000) == 0xd61f022091000000));
Diffstat (limited to 'src/aarch64/Gregs.c')
0 files changed, 0 insertions, 0 deletions