diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-04-10 14:39:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-04-10 14:39:24 +0000 |
commit | 03926e1f6316aeb8c01906e1c97a507fac5c8c22 (patch) | |
tree | 559f9228866a6b932d18ff3569ccc1067aa5afcc /gdb/arm-linux-tdep.c | |
parent | b893fd29bb1f05f505135bf116ee273d82432e49 (diff) | |
download | gdb-03926e1f6316aeb8c01906e1c97a507fac5c8c22.zip gdb-03926e1f6316aeb8c01906e1c97a507fac5c8c22.tar.gz gdb-03926e1f6316aeb8c01906e1c97a507fac5c8c22.tar.bz2 |
* arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r-- | gdb/arm-linux-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index b8c0d25..cefda62 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -79,8 +79,8 @@ static const char arm_linux_thumb_le_breakpoint[] = {0x01, 0xde}; hidden behind the regcache abstraction. */ static void arm_linux_extract_return_value (struct type *type, - char regbuf[], - char *valbuf) + gdb_byte regbuf[], + gdb_byte *valbuf) { /* ScottB: This needs to be looked at to handle the different floating point emulators on ARM GNU/Linux. Right now the code |