]> git.proxmox.com Git - qemu.git/blobdiff - ppc-dis.c
net: Consistently use qemu_macaddr_default_if_unset
[qemu.git] / ppc-dis.c
index ca5765a60e13074e65375f201d1d39cd80eaadfb..ffdbec18db74743b49a13ff5522d6b54e0409318 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 },