From aba1d00a41d5aff5fc78bf924627b89a298a5a5a Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 12 Sep 2009 12:36:11 +0000 Subject: Work around OpenSolaris sys/regset.h namespace pollution Signed-off-by: Blue Swirl --- ppc-dis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ppc-dis.c') diff --git a/ppc-dis.c b/ppc-dis.c index ca5765a60e..ffdbec18db 100644 --- 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 }, -- cgit v1.2.3