summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pal/inc/pal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 0bbdfa0e23..310323eede 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -2973,6 +2973,7 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS {
typedef struct _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY {
DWORD BeginAddress;
+ DWORD EndAddress;
union {
DWORD UnwindData;
struct {