* mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into

'gdb_byte *'.
This commit is contained in:
Mark Kettenis 2006-01-10 22:42:03 +00:00
parent f6519ebcfe
commit 508416a13a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-01-10 Mark Kettenis <kettenis@gnu.org>
* mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
'gdb_byte *'.
* target.h (target_read_memory_partial, target_write_memory_partial):
Change second argument to 'gdb_byte *'.
* target.c (target_xfer_memory_partial): Change third argument to

View File

@ -761,7 +761,7 @@ mi_cmd_data_read_memory (char *command, char **argv, int argc)
long word_size;
char word_asize;
char aschar;
char *mbuf;
gdb_byte *mbuf;
int nr_bytes;
long offset = 0;
int optind = 0;