projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
347243f
)
[ARM32/Linux] cross-architecture build errro: stub for crossgen (#8917)
author
Hyeongseok Oh
<hseok82.oh@samsung.com>
Mon, 23 Jan 2017 11:19:43 +0000
(20:19 +0900)
committer
Jan Vorlicek
<janvorli@microsoft.com>
Mon, 23 Jan 2017 11:19:43 +0000
(12:19 +0100)
Fix union name in T_CONTEXT used by arm/stubs.cpp
src/inc/crosscomp.h
patch
|
blob
|
history
diff --git
a/src/inc/crosscomp.h
b/src/inc/crosscomp.h
index 3116feeb348ec1ed5d85343dea766c99b4e51c4e..494ca7c0079e43880bc880d18bbcb4c1e27f70a3 100644
(file)
--- 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