Fix for clrstack after bpmd (#5051)
authorchunseoklee <chunseoklee@naver.com>
Fri, 27 May 2016 06:06:46 +0000 (15:06 +0900)
committerMike McLaughlin <mikem@microsoft.com>
Fri, 27 May 2016 06:06:46 +0000 (23:06 -0700)
related issue : #4672 #5037

src/pal/inc/pal.h

index 0bbdfa0..310323e 100644 (file)
@@ -2973,6 +2973,7 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS {
 
 typedef struct _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY {
     DWORD BeginAddress;
+    DWORD EndAddress;
     union {
         DWORD UnwindData;
         struct {