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:
authorManu <manu-silicon@users.noreply.github.com>2015-12-04 03:43:07 +0300
committerManu <manu-silicon@users.noreply.github.com>2015-12-04 04:55:34 +0300
commit6fb4eecd513d3b3e1ae7584a22ece46107e98069 (patch)
treee019a14b92568c6bf2ee915bed5e222491e85570 /src/Native/Runtime/PalRedhawk.h
parentefe3fca48cf76b8857fc9cc68f6a5a962d25c17e (diff)
Replaced _WIN64 by OS agnostic BIT64
Diffstat (limited to 'src/Native/Runtime/PalRedhawk.h')
-rw-r--r--src/Native/Runtime/PalRedhawk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/PalRedhawk.h b/src/Native/Runtime/PalRedhawk.h
index c50dea566..c06bbedc4 100644
--- a/src/Native/Runtime/PalRedhawk.h
+++ b/src/Native/Runtime/PalRedhawk.h
@@ -176,7 +176,7 @@ typedef struct DECLSPEC_ALIGN(16) _XSAVE_FORMAT {
UInt32 MxCsr;
UInt32 MxCsr_Mask;
Fp128 FloatRegisters[8];
-#if defined(_WIN64)
+#if defined(BIT64)
Fp128 XmmRegisters[16];
UInt8 Reserved4[96];
#else