]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Introduce DisasDelayException
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Mar 2024 22:47:11 +0000 (12:47 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 08:03:44 +0000 (10:03 +0200)
commit806030074b25a980f879e43df4e9c06fc45f308c
tree0fe4d5c6b4208fd69942ab3d42f14dbb9f0c116e
parente0137378ed4f3eecc44b7ac9b435f9d91ca7e8fb
target/hppa: Introduce DisasDelayException

Allow an exception to be emitted at the end of the TranslationBlock,
leaving only the conditional branch inline.  Use it for simple
exception instructions like break, which happen to be nullified.

Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c