diff options
Diffstat (limited to 'gdb/m68k-tdep.c')
-rw-r--r-- | gdb/m68k-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/m68k-tdep.c b/gdb/m68k-tdep.c index 193916d..083e6ef 100644 --- a/gdb/m68k-tdep.c +++ b/gdb/m68k-tdep.c @@ -435,8 +435,8 @@ m68k_return_value (struct gdbarch *gdbarch, struct value *function, || (code == TYPE_CODE_FLT && TYPE_LENGTH (type) == 12)) { /* The default on m68k is to return structures in static memory. - Consequently a function must return the address where we can - find the return value. */ + Consequently a function must return the address where we can + find the return value. */ if (readbuf) { |