]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Fix Iex_Load instruction selectors for F128/D128 types
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 2 Apr 2020 18:40:02 +0000 (20:40 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 8 Apr 2020 17:39:37 +0000 (19:39 +0200)
commit4970e20020cb80aa6b8ee80d53cefc409790547b
tree90c54effd4481301df0f96f190b342c438818b30
parent4e9763c617757712747e076b5d03bbb60a91c729
s390x: Fix Iex_Load instruction selectors for F128/D128 types

The s390x instruction selectors for Iex_Load of Ity_F128 and Ity_D128
types had a common typo that would lead to crashes when used.  So far this
bug didn't surface because Iex_Load is not emitted on s390x with these
types.

This fixes the typo.
VEX/priv/host_s390_isel.c