Paolo Bonzini 207a2baa16 nanomips: fix warnings with GCC 14
GCC 14 shows -Wshadow=local warnings if an enum conflicts with a local
variable (including a parameter).  To avoid this, move the problematic
enum and all of its dependencies after the hundreds of functions that
have a parameter named "instruction".

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-04-08 21:21:48 +02:00
..
2024-03-06 12:35:51 +00:00
2024-04-08 21:21:48 +02:00
2024-01-30 21:20:20 +03:00
2024-01-30 21:20:20 +03:00