target/s390x: Pass DisasContext to get_field and have_field
commitc30988d15bd6454b2e38f2e67d850f6450130da3
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 23 Jan 2020 23:22:46 +0000 (23 13:22 -1000)
committerCornelia Huck <cohuck@redhat.com>
Mon, 27 Jan 2020 11:13:10 +0000 (27 12:13 +0100)
treebcfe41ab50e4621b8d1a196885a25e1917947eb9
parent3f68884b56e96a8b9793dca47e33238bc930469f
target/s390x: Pass DisasContext to get_field and have_field

All callers pass s->fields, so we might as well pass s directly.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200123232248.1800-4-richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/translate.c
target/s390x/translate_vx.inc.c