OSDN Git Service

target/sparc: Always copy conditions into a new temporary
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 16 Oct 2023 16:03:10 +0000 (09:03 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Nov 2023 20:03:38 +0000 (12:03 -0800)
commit816f89b7d4830b8df30ad252a6f30a0e80d70d76
treee196081f82fb16c0cac6dc17ced6e93c4a1f3adc
parentc8507ebf74fc5991cd822a5a34c8d653a6225a9b
target/sparc: Always copy conditions into a new temporary

This will allow the condition to live across changes to
the global cc variables.

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