active exception regression fix (dotnet/coreclr#6117)
authorchunseoklee <chunseoklee@naver.com>
Tue, 12 Jul 2016 21:28:26 +0000 (06:28 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 12 Jul 2016 21:28:26 +0000 (23:28 +0200)
commit5b909529659d201664a964adeaa53a7f1a8e6189
tree46076a481bf3c00f0dbde2600699ed8e3d19fc71
parent8af42f1d0d18e43e21dad3fde26603fe2c481c13
active exception regression fix (dotnet/coreclr#6117)

This patch fixes regression caused by 597e160 commit.
Previous PAL_VirtualUnwind does not set CONTEXT_UNWOUND_TO_CALL
properly. In this patch, the flag is added for non-signaled exception.

Commit migrated from https://github.com/dotnet/coreclr/commit/adb2188ed70751f70a1b9e06aa497bc027cdf8a8
src/coreclr/src/pal/src/exception/seh-unwind.cpp