diff options
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index 0b72a51..faa4330 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -46,8 +46,8 @@ struct optab_handlers struct optab_d { enum rtx_code code; - const char *libcall_basename; char libcall_suffix; + const char *libcall_basename; void (*libcall_gen)(struct optab_d *, const char *name, char suffix, enum machine_mode); struct optab_handlers handlers[NUM_MACHINE_MODES]; |