summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-04-24 17:39:52 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-04-24 01:39:52 -0700
commite1efbf4a587c44a73bdabcbf99d6fa2074065754 (patch)
treee2fb541c5d032e512158fc74bc86e5a99c4debe7 /src/pal/inc/pal.h
parent3b0f7a92039e6c2d49a0ddd72e068540b11beadd (diff)
downloadcoreclr-e1efbf4a587c44a73bdabcbf99d6fa2074065754.tar.gz
coreclr-e1efbf4a587c44a73bdabcbf99d6fa2074065754.tar.bz2
coreclr-e1efbf4a587c44a73bdabcbf99d6fa2074065754.zip
[x86/Linux] Remove unnecessary ResumeEsp field (#11167)
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 9e97edc8f6..9225e00561 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -1783,8 +1783,6 @@ typedef struct _CONTEXT {
ULONG SegSs;
UCHAR ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION];
-
- ULONG ResumeEsp;
} CONTEXT, *PCONTEXT, *LPCONTEXT;
// To support saving and loading xmm register context we need to know the offset in the ExtendedRegisters