Fix s390x_dirtyhelper_vec_op signature for non-s390x case.
commit28b6496ee4cb5ec9221d9f231e63c1d00cb6a5ea
authorMark Wielaard <mark@klomp.org>
Thu, 27 Sep 2018 03:09:42 +0000 (27 05:09 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 27 Sep 2018 03:10:07 +0000 (27 05:10 +0200)
tree7c23869e457e395982a4423ef540769d15262df8
parent0a1d523a87d839edcdd798cc98d19933eb5bd933
Fix s390x_dirtyhelper_vec_op signature for non-s390x case.

The definition of s390x_dirtyhelper_vec_op in guest_s390_helpers.c
didn't match the one from guest_s390_defs.h for the non-s390x case.
Causing a compiler warning/error.
VEX/priv/guest_s390_helpers.c