diff options
Diffstat (limited to 'gdb/m32c-tdep.c')
-rw-r--r-- | gdb/m32c-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/m32c-tdep.c b/gdb/m32c-tdep.c index 3a0267b..a147c94 100644 --- a/gdb/m32c-tdep.c +++ b/gdb/m32c-tdep.c @@ -2282,8 +2282,7 @@ m32c_return_value (struct gdbarch *gdbarch, error (_("The return value is stored in memory at 'mem0', " "but GDB cannot find\n" " its address.")); - write_memory (SYMBOL_VALUE_ADDRESS (mem0), - (char *) writebuf, valtype_len); + write_memory (SYMBOL_VALUE_ADDRESS (mem0), writebuf, valtype_len); } } |