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:
authorJan Kotas <jkotas@microsoft.com>2016-01-08 00:09:35 +0300
committerJan Kotas <jkotas@microsoft.com>2016-01-08 00:09:35 +0300
commit0eef7941bc7b95a5676f389c68b3448831aeb9f3 (patch)
treef5d9b99f48b7656797fa60ce763b8102dba5bc91 /src/Native
parentf5c77ff81d2f706e0daaf78b997820029a427ffd (diff)
Minor cleanup
[tfs-changeset: 1562253]
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/arm/WriteBarriers.asm2
-rw-r--r--src/Native/Runtime/inc/daccess.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Native/Runtime/arm/WriteBarriers.asm b/src/Native/Runtime/arm/WriteBarriers.asm
index 2d3a21146..25d30a8ba 100644
--- a/src/Native/Runtime/arm/WriteBarriers.asm
+++ b/src/Native/Runtime/arm/WriteBarriers.asm
@@ -319,7 +319,7 @@ $WriteBarrierFunction
MEND
;; One day we might have write barriers for all the possible argument registers but for now we have
-;; just one write barrier that assumes the input registers is R1.
+;; just one write barrier that assumes the input register is R1.
DEFINE_CHECKED_WRITE_BARRIER R0, R1
DEFINE_UNCHECKED_WRITE_BARRIER R0, R1
diff --git a/src/Native/Runtime/inc/daccess.h b/src/Native/Runtime/inc/daccess.h
index e18f6f69d..49614e262 100644
--- a/src/Native/Runtime/inc/daccess.h
+++ b/src/Native/Runtime/inc/daccess.h
@@ -535,9 +535,7 @@
#ifdef DACCESS_COMPILE
-//#include "switches.h"
#include "safemath.h"
-//#include "corerror.h"
#ifdef _TARGET_AMD64_
typedef UInt64 UIntTarget;