From e1ce8aa5ed46310d716472d19d2e87da2833d599 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 2 May 1991 04:28:42 +0000 Subject: The list of changes is too long to fit in the cvs log (since it truncates!). Look at the ChangeLog for Apr 30 and May 1. --- gdb/solib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/solib.c') diff --git a/gdb/solib.c b/gdb/solib.c index 0faf260..66f5bea 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -158,7 +158,7 @@ int i; status = target_read_memory ( (CORE_ADDR)so_list_ptr->inferior_lm_add, - &so_list_ptr->inferior_lm, + (char *)&so_list_ptr->inferior_lm, sizeof(struct link_map)); if (status == 0) inferior_lm = so_list_ptr->inferior_lm.lm_next; -- cgit v1.1