diff options
Diffstat (limited to 'alpha-dis.c')
-rw-r--r-- | alpha-dis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alpha-dis.c b/alpha-dis.c index 970da5bfe6..8a2411e4d5 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 |