commit | 533f042f1460e4f369b72ed05e8b4b773a1868c0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 16 11:24:32 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Nov 05 12:06:13 2023 -0800 |
tree | a45af1e254ce5291ad1c004bcb11a2830f7e2dce | |
parent | 444d8b300a7e8eb9b6f8bc52032155cd42df7844 [diff] |
target/sparc: Record entire jump condition in DisasContext Use the original condition instead of consuming cpu_cond, which will now only be live along exception paths. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>