Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-10-21 00:49:47 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-10-21 00:49:47 +0300
commitb674c8cfe1802c553cb5463393ac9f02f58b5e67 (patch)
tree5cbee5d8f43eef2ace8f7baee26b025ce3bf9efa /src/Native/Runtime/PalRedhawk.h
parentdd9a41db606ee41ee6ccdd921eac927173cec6f4 (diff)
[tfs-changeset: 1678781]
Diffstat (limited to 'src/Native/Runtime/PalRedhawk.h')
-rw-r--r--src/Native/Runtime/PalRedhawk.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Native/Runtime/PalRedhawk.h b/src/Native/Runtime/PalRedhawk.h
index 0dc30f19d..1d1b58166 100644
--- a/src/Native/Runtime/PalRedhawk.h
+++ b/src/Native/Runtime/PalRedhawk.h
@@ -383,10 +383,6 @@ typedef struct _NEON128 {
Int64 High;
} NEON128, *PNEON128;
-#if !defined(GEN_REG_COUNT)
-#define GEN_REG_COUNT 29
-#endif
-
typedef struct DECLSPEC_ALIGN(16) _CONTEXT {
//
// Control flags.
@@ -431,7 +427,7 @@ typedef struct DECLSPEC_ALIGN(16) _CONTEXT {
#pragma warning(push)
#pragma warning(disable:4201) // nameless struct
};
- UInt64 X[GEN_REG_COUNT];
+ UInt64 X[29];
};
#pragma warning(pop)
UInt64 Fp; // X29