diff options
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 75342ae..957ea39 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -169,7 +169,7 @@ finish_thunk (tree thunk) virtual_offset = BINFO_VPTR_FIELD (virtual_offset); function = THUNK_TARGET (thunk); name = mangle_thunk (function, DECL_THIS_THUNK_P (thunk), - fixed_offset, virtual_offset); + fixed_offset, virtual_offset, thunk); /* We can end up with declarations of (logically) different covariant thunks, that do identical adjustments. The two thunks |