Kaydet (Commit) 408f67d4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Andras Timar

MSVC 64-bit: In queryInterface optimization, copy hidden ret val addr

...to location where privateSnippetExecutor will pick it up to return it from
RAX.

Change-Id: I59b8db1a12177a3c4da4c810770bee4ace295115
(cherry picked from commit 04834f4a)
üst ecded798
...@@ -332,6 +332,7 @@ extern "C" typelib_TypeClass cpp_vtable_call( ...@@ -332,6 +332,7 @@ extern "C" typelib_TypeClass cpp_vtable_call(
pInterface->release(); pInterface->release();
TYPELIB_DANGER_RELEASE( pTD ); TYPELIB_DANGER_RELEASE( pTD );
pStack[0] = pStack[3];
eRet = typelib_TypeClass_ANY; eRet = typelib_TypeClass_ANY;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment