OSDN Git Service

target/sparc: Remove DisasCompare.is_bool
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 16 Oct 2023 15:43:24 +0000 (08:43 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Nov 2023 20:03:23 +0000 (12:03 -0800)
commitdd7dbfcc00dc4cc349fc8f4588cecc88dd149ca5
treecb37221baeb30fbc311b879f627d7501a82ee719
parentb597eedcce0de84ff573a6be2cd6a89c7fa0fd8e
target/sparc: Remove DisasCompare.is_bool

Since we're going to feed cpu_cond to another comparison, we don't
reqire a boolean value -- anything non-zero is sufficient.

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