Kaydet (Commit) aa667076 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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 b076c015
......@@ -332,6 +332,7 @@ extern "C" typelib_TypeClass cpp_vtable_call(
pInterface->release();
TYPELIB_DANGER_RELEASE( pTD );
pStack[0] = pStack[3];
eRet = typelib_TypeClass_ANY;
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