commit | 806030074b25a980f879e43df4e9c06fc45f308c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Mar 26 12:47:11 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 15 10:03:44 2024 +0200 |
tree | 0fe4d5c6b4208fd69942ab3d42f14dbb9f0c116e | |
parent | e0137378ed4f3eecc44b7ac9b435f9d91ca7e8fb [diff] |
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>