Skip to content

Commit

Permalink
Disable EHWatsonBucketTracker for non-window platforms (dotnet/corecl…
Browse files Browse the repository at this point in the history
…r#8373)

Commit migrated from dotnet/coreclr@883f856
  • Loading branch information
parjong authored and janvorli committed Nov 30, 2016
1 parent afc0c66 commit b40db89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/src/vm/exinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class ExInfo
//
void* m_StackAddress; // A pseudo or real stack location for this record.

#ifndef FEATURE_PAL
private:
EHWatsonBucketTracker m_WatsonBucketTracker;
public:
Expand All @@ -87,6 +88,7 @@ class ExInfo
LIMITED_METHOD_CONTRACT;
return PTR_EHWatsonBucketTracker(PTR_HOST_MEMBER_TADDR(ExInfo, this, m_WatsonBucketTracker));
}
#endif

#ifdef FEATURE_CORRUPTING_EXCEPTIONS
private:
Expand Down

0 comments on commit b40db89

Please sign in to comment.