diff options
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r-- | gcc/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c index 6c17a5f..be4b9f9 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -48,7 +48,7 @@ hook_bool_void_true (void) return true; } -/* Generic hook that takes no arguments and returns NO_REGS. */ +/* Generic hook that takes no arguments and returns NO_REGS. */ int hook_int_void_no_regs (void) { |