summaryrefslogtreecommitdiffstats
path: root/alpha-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpha-dis.c')
-rw-r--r--alpha-dis.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/alpha-dis.c b/alpha-dis.c
index 970da5b..8a2411e 100644
--- a/alpha-dis.c
+++ b/alpha-dis.c
@@ -22,6 +22,9 @@ along with this file; see the file COPYING. If not, see
#include <stdio.h>
#include "dis-asm.h"
+/* MAX is redefined below, so remove any previous definition. */
+#undef MAX
+
/* The opcode table is an array of struct alpha_opcode. */
struct alpha_opcode
OpenPOWER on IntegriCloud