On Mon, 12 Aug 2019 13:27:32 +0200 David Hildenbrand <da...@redhat.com> wrote:
> Let's select the ASC before calling the function. This is a prepararion > to remove the ASC magic depending on the access mode from mmu_translate. > > There is currently no way to distinguish if we have code or data access. > For now, we were using code access, because especially when debugging with > the gdbstub, we want to read and disassemble what we single-step. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/helper.c | 5 +++++ > 1 file changed, 5 insertions(+) > Let's go with that for now. Reviewed-by: Cornelia Huck <coh...@redhat.com>