diff options
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r-- | lib/CodeGen/CGVtable.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp index 0c36ef492b..08690f23a8 100644 --- a/lib/CodeGen/CGVtable.cpp +++ b/lib/CodeGen/CGVtable.cpp @@ -333,7 +333,8 @@ public: Index_t idx = Index[GD]; Index_t nv_O = i->second.first; Index_t v_O = i->second.second; - submethods[idx] = CGM.BuildThunk(MD, Extern, nv_O, v_O); + submethods[idx] = CGM.BuildThunk(MD, Extern, + ThunkAdjustment(nv_O, v_O)); } Thunks.clear(); for (CovariantThunks_t::iterator i = CovariantThunks.begin(), |