Skip to content

Commit

Permalink
Add EXCEPTION_REGISTRATION_RECORD for x86/Linux (dotnet/coreclr#8408)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@d06220f
  • Loading branch information
parjong authored and janvorli committed Dec 1, 2016
1 parent e62d02a commit 09d15f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/coreclr/src/pal/inc/rt/palrt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,11 @@ typedef struct _DISPATCHER_CONTEXT {

#elif defined(_X86_)

typedef struct _EXCEPTION_REGISTRATION_RECORD {
struct _EXCEPTION_REGISTRATION_RECORD *Next;
PEXCEPTION_ROUTINE Handler;
} EXCEPTION_REGISTRATION_RECORD;

typedef struct _DISPATCHER_CONTEXT {
DWORD ControlPc;
DWORD ImageBase;
Expand Down

0 comments on commit 09d15f1

Please sign in to comment.