OSDN Git Service

target/sparc: Record entire jump condition in DisasContext
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 16 Oct 2023 18:24:32 +0000 (11:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Nov 2023 20:06:13 +0000 (12:06 -0800)
commit533f042f1460e4f369b72ed05e8b4b773a1868c0
treea45af1e254ce5291ad1c004bcb11a2830f7e2dce
parent444d8b300a7e8eb9b6f8bc52032155cd42df7844
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>
target/sparc/translate.c