diff options
Diffstat (limited to 'opcodes/z8k-opc.h')
-rw-r--r-- | opcodes/z8k-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/z8k-opc.h b/opcodes/z8k-opc.h index 80c8c822c1e..c62867c4bbf 100644 --- a/opcodes/z8k-opc.h +++ b/opcodes/z8k-opc.h @@ -248,7 +248,7 @@ int flags; #endif char *name; unsigned char opcode; -void (*func)(); +void (*func) PARAMS ((void)); unsigned int arg_info[4]; unsigned int byte_info[10]; int noperands; |