summaryrefslogtreecommitdiff
path: root/src/inc/crosscomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/crosscomp.h')
-rw-r--r--src/inc/crosscomp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/inc/crosscomp.h b/src/inc/crosscomp.h
index 3d54166331..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
@@ -88,6 +88,7 @@ typedef struct DECLSPEC_ALIGN(8) _T_CONTEXT {
// each frame function.
//
+#ifndef FEATURE_PAL
typedef struct _RUNTIME_FUNCTION {
DWORD BeginAddress;
DWORD UnwindData;
@@ -114,6 +115,7 @@ typedef struct _UNWIND_HISTORY_TABLE {
DWORD HighAddress;
UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE];
} UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE;
+#endif // !FEATURE_PAL
//