Disable PrintSEHChain for non-Windows platforms (#8379)
authorJonghyun Park <parjong@gmail.com>
Wed, 30 Nov 2016 20:23:58 +0000 (05:23 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 30 Nov 2016 20:23:58 +0000 (21:23 +0100)
commit3ce1795cb62b223029d5d418ca8d8a9dfd25aefc
tree8a68a7f7f5fdd914544d0aa418f5789bb1b0d51e
parent5a8a0c8efb309313399a67b31089c38a77c135bd
Disable PrintSEHChain for non-Windows platforms (#8379)

PrintSEHChain uses 'EXCEPTION_REGISTRATION_RECORD' which is not
available for non-Windows platforms.

This commit disables PrintSEHChain for non-Windows platforms to fix
build error in x86/Linux.
src/vm/debughelp.cpp