mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -49,7 +49,6 @@ typedef struct DisasContext {
|
||||
bool mrp;
|
||||
bool nan2008;
|
||||
bool abs2008;
|
||||
bool saar;
|
||||
bool mi;
|
||||
int gi;
|
||||
} DisasContext;
|
||||
|
||||
Reference in New Issue
Block a user