[x86/Linux] Fix compile error with exception handling (dotnet/coreclr#8269)
authorSaeHie Park <saehie.park@gmail.com>
Wed, 23 Nov 2016 10:14:59 +0000 (19:14 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 23 Nov 2016 10:14:59 +0000 (11:14 +0100)
commitfde653449e5b8e02091bef772fe3730b3cbb65d0
tree70cca9e3896d75dcd65f73af2ab3c2ce94c33161
parent7fc9271d30a8cabf6fb97a70e804c994da08a04d
[x86/Linux] Fix compile error with exception handling (dotnet/coreclr#8269)

Fix compile error for x86/Linux
- fix unknown type name 'EHWatsonBucketTracker'
- fix field has incomplete type 'EXCEPTION_REGISTRATION_RECORD'
- fix for FaultingExceptionFrame class

Commit migrated from https://github.com/dotnet/coreclr/commit/61e80e47c8fbb3e852ed12962e1ed736f1acf03d
src/coreclr/src/inc/corcompile.h
src/coreclr/src/inc/switches.h
src/coreclr/src/vm/excep.h
src/coreclr/src/vm/frames.h
src/coreclr/src/zap/common.h