]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Avoid privilege level decrease during branches
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Oct 2017 18:25:12 +0000 (11:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Jan 2018 18:08:18 +0000 (10:08 -0800)
commit660eefe1ca20ac118191bffcd23e721afec94142
tree5752fba7d834af796325c5e5ae4df65e86f0b455
parent86f8d05fc0bd077811c11c603b4263df2192e8e0
target/hppa: Avoid privilege level decrease during branches

These instructions force the destination privilege level
of the branch destination to be no higher than current.

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