mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
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:
parent
8038ed9723
commit
1b2ef1b64f
@ -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
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user