projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa82742
)
target/mips: Remove the unused DisasContext::saar field
author
Philippe Mathieu-Daudé
<philmd@linaro.org>
Fri, 9 Feb 2024 07:56:00 +0000
(08:56 +0100)
committer
Philippe Mathieu-Daudé
<philmd@linaro.org>
Thu, 15 Feb 2024 14:53:12 +0000
(15:53 +0100)
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>
target/mips/tcg/translate.h
patch
|
blob
|
history
diff --git
a/target/mips/tcg/translate.h
b/target/mips/tcg/translate.h
index 93a78b812124dbc279bf79a6f98cec022ee8143a..2b6646b339b5b50fd87291d0df52473aabf2b4d3 100644
(file)
--- a/
target/mips/tcg/translate.h
+++ b/
target/mips/tcg/translate.h
@@
-49,7
+49,6
@@
typedef struct DisasContext {
bool mrp;
bool nan2008;
bool abs2008;
- bool saar;
bool mi;
int gi;
} DisasContext;