diff --git a/src/coreclr/inc/crosscomp.h b/src/coreclr/inc/crosscomp.h index 0874603640b3b..358b5d2b66881 100644 --- a/src/coreclr/inc/crosscomp.h +++ b/src/coreclr/inc/crosscomp.h @@ -41,7 +41,9 @@ #define ARM_MAX_BREAKPOINTS 8 #define ARM_MAX_WATCHPOINTS 1 +#ifndef CONTEXT_UNWOUND_TO_CALL #define CONTEXT_UNWOUND_TO_CALL 0x20000000 +#endif #if !defined(HOST_ARM64) typedef struct _NEON128 {