summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
authorchunseoklee <chunseoklee@naver.com>2016-05-27 15:06:46 +0900
committerMike McLaughlin <mikem@microsoft.com>2016-05-26 23:06:46 -0700
commitb07c9c9a6542800b50900fccbaa4aa3afc90b616 (patch)
tree932313ff8ff6258937c0e77489f2f81ba7691b3e /src/pal/inc/pal.h
parent1dd9f547f2c680625cd60e4e6f4d7bc74b424581 (diff)
downloadcoreclr-b07c9c9a6542800b50900fccbaa4aa3afc90b616.tar.gz
coreclr-b07c9c9a6542800b50900fccbaa4aa3afc90b616.tar.bz2
coreclr-b07c9c9a6542800b50900fccbaa4aa3afc90b616.zip
Fix for clrstack after bpmd (#5051)
related issue : #4672 #5037
Diffstat (limited to 'src/pal/inc/pal.h')
-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 {