summaryrefslogtreecommitdiff
path: root/src/inc/crosscomp.h
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2017-01-23 20:19:43 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-01-23 12:19:43 +0100
commit493393287b33beb9fe79453efb30e34041d943df (patch)
tree8c09cd76c8a551e23b5e75f306efb239384b5f43 /src/inc/crosscomp.h
parent347243f80d62d5aaa5359ef8c8d5331b6d8e4a63 (diff)
downloadcoreclr-493393287b33beb9fe79453efb30e34041d943df.tar.gz
coreclr-493393287b33beb9fe79453efb30e34041d943df.tar.bz2
coreclr-493393287b33beb9fe79453efb30e34041d943df.zip
[ARM32/Linux] cross-architecture build errro: stub for crossgen (#8917)
Fix union name in T_CONTEXT used by arm/stubs.cpp
Diffstat (limited to 'src/inc/crosscomp.h')
-rw-r--r--src/inc/crosscomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/crosscomp.h b/src/inc/crosscomp.h
index 3116feeb34..494ca7c007 100644
--- a/src/inc/crosscomp.h
+++ b/src/inc/crosscomp.h
@@ -68,7 +68,7 @@ typedef struct DECLSPEC_ALIGN(8) _T_CONTEXT {
NEON128 Q[16];
ULONGLONG D[32];
DWORD S[32];
- } DUMMYUNIONNAME;
+ };
//
// Debug registers