Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-13 05:06:52 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-14 17:46:59 +0300
commit4e2b2ff5af874a022b4baf7023625208b6f6095b (patch)
tree460705e9a59465523413f0026182c6c9ca3a20bd /acceptance-tests/SUBMODULES.json
parentd231e5bd6228e84f3c81e7eff0c55dfceb8345ab (diff)
[corlib] Fix UIntPtr.ToString() 64bit implementation
Cast to ulong instead of uint, this is also what referencesource does: https://github.com/Microsoft/referencesource/blob/d925d870f3cb3f6acdb14e71522ece7054e2233b/mscorlib/system/uintptr.cs#L114-L122 Also bump coreclr submodule to bring in another UIntPtr fix.
Diffstat (limited to 'acceptance-tests/SUBMODULES.json')
-rw-r--r--acceptance-tests/SUBMODULES.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 534d2729fd3..9bb324948f7 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -10,7 +10,7 @@
{
"name": "coreclr",
"url": "git://github.com/mono/coreclr.git",
- "rev": "d964b6b194e508921b75194b216c315116e33fef",
+ "rev": "3d9a68d3baaa32df28b70a2266a9ef9ee2176b79",
"remote-branch": "origin/mono",
"branch": "mono",
"directory": "coreclr"