]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Change DisasCompare.c2 to int
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 16 Oct 2023 15:55:51 +0000 (08:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Nov 2023 20:03:29 +0000 (12:03 -0800)
commitc8507ebf74fc5991cd822a5a34c8d653a6225a9b
treeb28770342c9c2a162bf2bea948dad012f4be2a06
parentdd7dbfcc00dc4cc349fc8f4588cecc88dd149ca5
target/sparc: Change DisasCompare.c2 to int

We don't require c2 to be variable, so emphasize that.
We don't currently require c2 to be non-zero, but that will change.

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