target/mips: Remove the unused DisasContext::saar field
DisasContext::saar is not used, remove it. Reported-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-11-philmd@linaro.org>
This commit is contained in:
parent
fa82742621
commit
747448d11a
@ -49,7 +49,6 @@ typedef struct DisasContext {
|
||||
bool mrp;
|
||||
bool nan2008;
|
||||
bool abs2008;
|
||||
bool saar;
|
||||
bool mi;
|
||||
int gi;
|
||||
} DisasContext;
|
||||
|
Loading…
Reference in New Issue
Block a user