From fc1f864632af0bfb16cbe613cd537ea5d7d7a0aa Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 24 Jan 1992 06:42:04 +0000 Subject: [PATCH] The i386_frame_num_args() function takes a pointer to a struct, not the entire struct itself. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 34cde5c61ac..78e0d4e8785 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com) + * i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct + not the entire struct itself. + * valops.c (value_assign): Cast some args to modify_field() and {read,write}_register_bytes() correctly. -- 2.30.2