target/s390x: fix pgm irq ilen in translate_pages()
commit98987d30b636b1d066eae73178cce71638c20c74
authorDavid Hildenbrand <david@redhat.com>
Fri, 21 Jul 2017 12:56:05 +0000 (21 14:56 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 28 Jul 2017 08:06:25 +0000 (28 10:06 +0200)
treee49e77fecbbec088fabd5161c1fdea84a2aa4648
parent031631c3cf976861c34decabbffb705c0540e148
target/s390x: fix pgm irq ilen in translate_pages()

0 is certainly wrong. Let's use ILEN_AUTO.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170721125609.11117-3-david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/mmu_helper.c