On 12/8/25 14:15, Richard Henderson wrote:
On 8/12/25 16:26, Philippe Mathieu-Daudé wrote:
On 3/8/25 01:28, Richard Henderson wrote:
Prepare for raising exceptions with 64-bit syndromes.
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/arm/internals.h | 6 +++---
target/arm/tcg-stubs.c | 2 +-
target/arm/tcg/op_helper.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
Maybe re-order with previous patch?
No. With this order, the destination is never smaller than the source.
(1) Widen env->exception.syndrome
(2) Widen raise_exception syndrome
(3) Generate a 64-bit syndrome during translate.
Right. I was reading the series backwards 🤦