aboutsummaryrefslogtreecommitdiff
path: root/opcodes/z8k-opc.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/z8k-opc.h')
-rw-r--r--opcodes/z8k-opc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/z8k-opc.h b/opcodes/z8k-opc.h
index e8c9c88..933615e 100644
--- a/opcodes/z8k-opc.h
+++ b/opcodes/z8k-opc.h
@@ -289,7 +289,7 @@ typedef struct {
#endif
const char *name;
unsigned char opcode;
- void (*func) (void);
+ const void *p;
unsigned int arg_info[4];
unsigned int byte_info[10];
unsigned int noperands;