rpcrt4: Make sure that the stack is set when catching an exception.
Fixes a test crash in interpreted mode.
This commit is contained in:
parent
2d801c46c7
commit
8bac669056
1 changed files with 1 additions and 0 deletions
|
@ -947,6 +947,7 @@ LONG_PTR CDECL ndr_client_call( PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pForma
|
|||
{
|
||||
/* 7. FREE */
|
||||
TRACE( "FREE\n" );
|
||||
stubMsg.StackTop = (unsigned char *)stack_top;
|
||||
client_do_args(&stubMsg, pFormat, STUBLESS_FREE, fpu_stack,
|
||||
number_of_params, (unsigned char *)&RetVal);
|
||||
RetVal = NdrProxyErrorHandler(GetExceptionCode());
|
||||
|
|
Loading…
Add table
Reference in a new issue