]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Check for page crossings in use_goto_tb
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 Mar 2019 18:49:57 +0000 (10:49 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2019 16:13:43 +0000 (09:13 -0700)
commitf3b423ec6ee4123fedbb74db517262dd14fa4d73
treea28f8fc503772c42cbc117d9e69b91adf3bc5a08
parent46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1
target/hppa: Check for page crossings in use_goto_tb

We got away with eliding this check when target/hppa was user-only,
but missed adding this check when adding system support.

Fixes an early crash in the HP-UX 11 installer.

Reported-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c