sim/ppc: fix warnings related to printf format strings
authorAndrew Burgess <aburgess@redhat.com>
Wed, 12 Oct 2022 10:09:35 +0000 (11:09 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 19 Oct 2022 13:32:22 +0000 (14:32 +0100)
commit744875dfdc94dc397ae666c65c56b416c3a191db
tree7e3116f7a8343b68500e9f31d2704110bf4a66e2
parentcb9d1609da6e623158ba5a8cb4a2712bcea4f57f
sim/ppc: fix warnings related to printf format strings

This commit is a follow on to:

  commit 182421c9d2eea8c4877d983a2124e591f0aca710
  Date:   Tue Oct 11 15:02:08 2022 +0100

      sim/ppc: fixes for arguments to printf style functions

where commit 182421c9d2ee addressed issues with printf format
arguments that were causing the compiler to give an error, this commit
addresses issues that caused the compiler to emit a warning.

This commit is mostly either changing the format string to match the
argument, or in some cases, excess, unused arguments are removed.
sim/ppc/igen.c
sim/ppc/ld-cache.c
sim/ppc/ld-decode.c
sim/ppc/ld-insn.c