]> git.proxmox.com Git - qemu.git/blobdiff - ppc-dis.c
target-mips: Remove unused inline function
[qemu.git] / ppc-dis.c
index ca5765a60e13074e65375f201d1d39cd80eaadfb..bc98cbe655d863ff60727f51d56587d418dd622b 100644 (file)
--- a/ppc-dis.c
+++ b/ppc-dis.c
@@ -572,6 +572,7 @@ const struct powerpc_operand powerpc_operands[] =
 
   /* The DS field in a DS form instruction.  This is like D, but the
      lower two bits are forced to zero.  */
+#undef DS
 #define DS DQ + 1
   { 0xfffc, 0, NULL, NULL,
     PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DS },
@@ -5151,7 +5152,7 @@ powerpc_dialect (struct disassemble_info *info)
   return dialect;
 }
 
-/* Qemu default */
+/* QEMU default */
 int
 print_insn_ppc (bfd_vma memaddr, struct disassemble_info *info)
 {