target/s390x: Pass S390Access pointer into access_prepare
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Jan 2023 20:18:51 +0000 (12:18 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:39 +0000 (09:15 +0100)
commit7ba5da818a73048a9a2e4949bb971708b2f4259c
treecb57bc4c6b56938b87a26f7a04e65dae1721b787
parent40494314789ba87dc118b91e8a8964a99809a5fb
target/s390x: Pass S390Access pointer into access_prepare

Passing a pointer from the caller down to access_prepare_nf
eliminates a structure copy.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20230109201856.3916639-3-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/mem_helper.c