Fix INVALIDGCVALUE on Unix
[platform/upstream/coreclr.git] / src / pal / inc / unixasmmacros.inc
index ea425c7..b372666 100644 (file)
@@ -1,9 +1,8 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
 
-#define INVALIDGCVALUE -0x33333333 // 0CCCCCCCDh - the assembler considers it to be a signed integer constant
+#define INVALIDGCVALUE 0CCCCCCCDh
 
 #if defined(__APPLE__)
 #define C_FUNC(name) _##name