File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
// -------------------------------------------------------------------------------------------------------
2
2
// Copyright (C) Microsoft. All rights reserved.
3
+ // Copyright (c) ChakraCore Project Contributors. All rights reserved.
3
4
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
5
// -------------------------------------------------------------------------------------------------------
5
6
#include " RuntimeBasePch.h"
@@ -29,7 +30,7 @@ const char16 Constants::StringMatch[] = _u("String.prototype.match");
29
30
const uint64 Constants::ExponentMask = 0x3FF0000000000000 ;
30
31
const uint64 Constants::MantissaMask = 0x000FFFFFFFFFFFFF ;
31
32
32
- #ifdef _M_AMD64
33
+ #ifdef TARGET_64
33
34
const size_t Constants::StackLimitForScriptInterrupt = 0x7fffffffffffffff ;
34
35
#else
35
36
const size_t Constants::StackLimitForScriptInterrupt = 0x7fffffff ;
You can’t perform that action at this time.
0 commit comments