diff options
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index e35cdd5..e7e7f3c 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -32175,7 +32175,7 @@ struct arm_long_option_table { const char * option; /* Substring to match. */ const char * help; /* Help information. */ - int (* func) (const char * subopt); /* Function to decode sub-option. */ + bfd_boolean (*func) (const char *subopt); /* Function to decode sub-option. */ const char * deprecated; /* If non-null, print this message. */ }; |