diff options
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index 86af35f721f..38aa5160a11 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -241,7 +241,7 @@ struct insn_operand_data struct insn_data { const char *const name; - const PTR output; + const void *output; const insn_gen_fn genfun; const struct insn_operand_data *const operand; |