* eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'

pointer correctly in case value_struct_elt moves it around.
This commit is contained in:
Michael Tiemann 1993-02-01 01:07:51 +00:00
parent 61c1724bfa
commit 271e50309b
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)
* eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
pointer correctly in case value_struct_elt moves it around.
* valops.c (typecmp): Now static. Also, now groks references
better.
* gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of
zero on recursive call.
zero on recursive call. If NAME is the name of TYPE, return TYPE.
Sat Jan 30 19:55:52 1993 John Gilmore (gnu@cygnus.com)