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:
authorSimon Nattress <simonn@microsoft.com>2017-02-23 06:08:55 +0300
committerSimon Nattress <simonn@microsoft.com>2017-02-23 06:08:55 +0300
commit84eef1a5bda08d5f39f2c8dc0e53e9f27132e9cd (patch)
treed1598fa2a539f350d2524c13857fefec8fff431f /src/Native/Runtime/amd64
parent399954443e6d9b3c2fe14b59b534c6a0f857b1dc (diff)
Fix line endings in CallDescrWorker.S
This keeps tripping up Git's file tracker, listing it as file with pending changes.
Diffstat (limited to 'src/Native/Runtime/amd64')
-rw-r--r--src/Native/Runtime/amd64/CallDescrWorker.S24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Native/Runtime/amd64/CallDescrWorker.S b/src/Native/Runtime/amd64/CallDescrWorker.S
index 36c1cc3ff..b9bc36462 100644
--- a/src/Native/Runtime/amd64/CallDescrWorker.S
+++ b/src/Native/Runtime/amd64/CallDescrWorker.S
@@ -1,12 +1,12 @@
-// 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.
-
-.intel_syntax noprefix
-#include <unixasmmacros.inc>
-
-NESTED_ENTRY RhCallDescrWorker, _TEXT, NoHandler
-ALTERNATE_ENTRY ReturnFromCallDescrThunk
- // UNIXTODO: Implement this function
- int 3
-NESTED_END RhCallDescrWorker, _TEXT
+// 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.
+
+.intel_syntax noprefix
+#include <unixasmmacros.inc>
+
+NESTED_ENTRY RhCallDescrWorker, _TEXT, NoHandler
+ALTERNATE_ENTRY ReturnFromCallDescrThunk
+ // UNIXTODO: Implement this function
+ int 3
+NESTED_END RhCallDescrWorker, _TEXT