Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4561 from jkotas/nmirror-merge
Browse files Browse the repository at this point in the history
Merge nmirror to master
  • Loading branch information
jkotas authored Sep 18, 2017
2 parents 71147d4 + 529ee1c commit 0fa150c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Native/Runtime/inc/rhbinder.h
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ enum PInvokeTransitionFrameFlags
#pragma warning(disable:4200) // nonstandard extension used: zero-sized array in struct/union
class Thread;
#if defined(USE_PORTABLE_HELPERS) && defined(CORERT)
//the members of this structure are currently unused except m_pThread and exist only to allow compilation
//of StackFrameIterator their values are not currently being filled in and will require significant rework
//the members of this structure are currently unused except m_pThread and exist only to allow compilation
//of StackFrameIterator their values are not currently being filled in and will require significant rework
//in order to satisfy the runtime requirements of StackFrameIterator
struct PInvokeTransitionFrame
{
Expand Down

0 comments on commit 0fa150c

Please sign in to comment.