| commit | 019f41591d95ffd7f1d49ace4626aec2cbec19d8 | [log] [tgz] | 
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Fri Mar 22 21:29:47 2024 -1000 | 
| committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 15 09:58:45 2024 +0200 | 
| tree | c65584ee23ad2b8624c15345d850655fb01af368 | |
| parent | 588deeda6e7cc2c401ca3cbf22383f019a69ec14 [diff] | 
target/hppa: Add space argument to do_ibranch This allows unification of BE, BLR, BV, BVE with a common helper. Since we can now track space with IAQ_Next, we can now let the TranslationBlock continue across the delay slot with BE, BVE. Reviewed-by: Helge Deller <deller@gmx.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>