diff options
Diffstat (limited to 'opcodes/openrisc-opc.h')
-rw-r--r-- | opcodes/openrisc-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/openrisc-opc.h b/opcodes/openrisc-opc.h index 4b2b8d4..bac3b18 100644 --- a/opcodes/openrisc-opc.h +++ b/opcodes/openrisc-opc.h @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #undef CGEN_DIS_HASH #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2) -extern long openrisc_sign_extend_16bit PARAMS ((long)); +extern long openrisc_sign_extend_16bit (long); /* -- */ /* Enum declaration for openrisc instruction types. */ typedef enum cgen_insn_type { |