diff options
Diffstat (limited to 'opcodes/fr30-opc.h')
-rw-r--r-- | opcodes/fr30-opc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/fr30-opc.h b/opcodes/fr30-opc.h index 39cc61f319e..645b3cc1dc8 100644 --- a/opcodes/fr30-opc.h +++ b/opcodes/fr30-opc.h @@ -28,9 +28,9 @@ with this program; if not, write to the Free Software Foundation, Inc., /* -- opc.h */ /* ??? This can be improved upon. */ -#undef CGEN_DIS_HASH_SIZE +#undef CGEN_DIS_HASH_SIZE #define CGEN_DIS_HASH_SIZE 16 -#undef CGEN_DIS_HASH +#undef CGEN_DIS_HASH #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 4) /* -- */ |