target/s390x: Inline do_access_{get,set}_byte
commit61dee10ff00720e6e056824b4548c914632ef6fe
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Jan 2023 20:18:55 +0000 (9 12:18 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:39 +0000 (27 09:15 +0100)
tree3a6d5cb166ab31d86314aad801be8321c961204c
parent96b1416fda52cb37eaa6d2316d9946b1078c6210
target/s390x: Inline do_access_{get,set}_byte

Inline into the parent functions with a simple test
to select the page, and a new define to remove ifdefs.

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