diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/target.h b/gcc/target.h index 857aad72883..eb674c943f1 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -123,9 +123,9 @@ struct gcc_target /* Output the assembler code for a thunk function. */ void (* output_mi_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, tree)); - /* Output the assembler code for a thunk function with a vcall - offset. */ - void (* output_mi_vcall_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, HOST_WIDE_INT, tree)); + /* Output the assembler code for a thunk function with a vcall offset. */ + void (* output_mi_vcall_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, + HOST_WIDE_INT, tree)); } asm_out; /* Functions relating to instruction scheduling. */ |