* Richard Henderson <richard.hender...@linaro.org>: > 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. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/hppa/translate.c | 60 +++++++++++++++++++++++++++++++++++++---- > 1 file changed, 55 insertions(+), 5 deletions(-)
Reviewed-by: Helge Deller <del...@gmx.de>