On Tue, 10 Apr 2018 12:19:45 -0400 "Emilio G. Cota" <[email protected]> wrote:
> If the PC is in the last page of the address space, next_page_start > overflows to 0. Fix it. > > Cc: Cornelia Huck <[email protected]> > Cc: Alexander Graf <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: [email protected] > Signed-off-by: Emilio G. Cota <[email protected]> > --- > target/s390x/translate.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Cornelia Huck <[email protected]>
