2002-09-16 David Carlton <carlton@math.stanford.edu>

* cp-valprint.c (cp_print_class_method): Correct args to
	check_stub_method_group.
This commit is contained in:
David Carlton 2002-09-16 22:02:46 +00:00
parent 8038ed9723
commit 1b2ef1b64f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-16 David Carlton <carlton@math.stanford.edu>
* cp-valprint.c (cp_print_class_method): Correct args to
check_stub_method_group.
2002-09-16 Corinna Vinschen <vinschen@redhat.com>
* h8300-tdep.c: Multiarch. Drop `set machine' command in favor of

View File

@ -127,7 +127,7 @@ cp_print_class_method (char *valaddr,
f = TYPE_FN_FIELDLIST1 (domain, i);
len2 = TYPE_FN_FIELDLIST_LENGTH (domain, i);
check_stub_method_group (f, j);
check_stub_method_group (domain, i);
for (j = 0; j < len2; j++)
{
if (STREQ (SYMBOL_NAME (sym), TYPE_FN_FIELD_PHYSNAME (f, j)))