Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Fix unknown type name 'EHWatsonBucketTracker'#8250

Closed
seanshpark wants to merge 1 commit into
dotnet:masterfrom
seanshpark:x86pal04
Closed

[x86/Linux] Fix unknown type name 'EHWatsonBucketTracker'#8250
seanshpark wants to merge 1 commit into
dotnet:masterfrom
seanshpark:x86pal04

Conversation

@seanshpark
Copy link
Copy Markdown

WIP, fix compile error for x86/Linux

  • wrap with !FEATURE_PAL

WIP, fix compile error for x86/Linux
- wrap with !FEATURE_PAL
@janvorli
Copy link
Copy Markdown
Member

@seanshpark I don't think we will use the windows x86 exception handling code for handling exceptions on x86 Linux. We should rather use the stuff we use for AMD64, ARM32 and ARM64. So I believe this change and the change in #8251 should not be needed. But you'll need to ensure WIN64EXCEPTIONS is defined for x86 Unix. There are three places where it is set: src/inc/corcompile.h, src/inc/switches.h and src/zap/common.h.

@seanshpark
Copy link
Copy Markdown
Author

@janvorli , Thank you. I'll close this and 8251 and try to enable WIN64EXCEPTIONS for x86/Linux.

@seanshpark seanshpark closed this Nov 22, 2016
@seanshpark seanshpark deleted the x86pal04 branch November 22, 2016 11:34
@seanshpark seanshpark restored the x86pal04 branch November 23, 2016 00:10
@seanshpark seanshpark deleted the x86pal04 branch November 23, 2016 04:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants