diff options
Diffstat (limited to 'gdb/h8300-tdep.c')
-rw-r--r-- | gdb/h8300-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c index d68c5ed..9d679ac 100644 --- a/gdb/h8300-tdep.c +++ b/gdb/h8300-tdep.c @@ -798,7 +798,7 @@ h8300h_extract_return_value (struct type *type, struct regcache *regcache, } } -int +static int h8300_use_struct_convention (struct type *value_type) { /* Types of 1, 2 or 4 bytes are returned in R0/R1, everything else on the @@ -812,7 +812,7 @@ h8300_use_struct_convention (struct type *value_type) || TYPE_LENGTH (value_type) == 4); } -int +static int h8300h_use_struct_convention (struct type *value_type) { /* Types of 1, 2 or 4 bytes are returned in R0, INT types of 8 bytes are |