Remove duplicate check for number of exception arguments
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 20 Feb 2015 23:28:15 +0000 (00:28 +0100)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 20 Feb 2015 23:28:15 +0000 (00:28 +0100)
commit287b5475293af40f2e2f4768cdff34a8066e800d
treec8a20163f15c224c9b26229117afdceee88de54e
parent1cc496444430d305e1ac60ce61b9608c1a52960b
Remove duplicate check for number of exception arguments

I have added a check for the exception arguments in my last commit, but it turns
out there was already one, only in a wrong place. So the exceptionRecord.NumberParameters
was set incorrectly to the unclipped value.
src/pal/src/exception/seh-unwind.cpp