summaryrefslogtreecommitdiff
path: root/src/gc/objecthandle.cpp
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-11-19 10:38:17 +0100
committerJan Vorlicek <janvorli@microsoft.com>2015-11-19 10:38:17 +0100
commitca854edf49a0dc91cc6f80f10b8fdfba39878e07 (patch)
tree43481e386bf19ad19c2189d68dcd65a981f8a0e7 /src/gc/objecthandle.cpp
parent8a1abac8f17553f97b2613784db4bde1f5edda96 (diff)
downloadcoreclr-ca854edf49a0dc91cc6f80f10b8fdfba39878e07.tar.gz
coreclr-ca854edf49a0dc91cc6f80f10b8fdfba39878e07.tar.bz2
coreclr-ca854edf49a0dc91cc6f80f10b8fdfba39878e07.zip
Changed LONG and ULONG
Diffstat (limited to 'src/gc/objecthandle.cpp')
-rw-r--r--src/gc/objecthandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/objecthandle.cpp b/src/gc/objecthandle.cpp
index 6929fdf86e..a37c888ae6 100644
--- a/src/gc/objecthandle.cpp
+++ b/src/gc/objecthandle.cpp
@@ -1540,7 +1540,7 @@ void Ref_CheckAlive(uint32_t condemned, uint32_t maxgen, LPARAM lp1)
TraceVariableHandles(CheckPromoted, lp1, 0, VHT_WEAK_SHORT, condemned, maxgen, flags);
}
-static VOLATILE(LONG) uCount = 0;
+static VOLATILE(int32_t) uCount = 0;
// NOTE: Please: if you update this function, update the very similar profiling function immediately below!!!
void Ref_UpdatePointers(uint32_t condemned, uint32_t maxgen, ScanContext* sc, Ref_promote_func* fn)