summaryrefslogtreecommitdiff
path: root/src/vm/finalizerthread.cpp
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-06-07 07:52:50 +0200
committerJan Kotas <jkotas@microsoft.com>2016-06-06 22:52:50 -0700
commitf5d09cd7d82549b258f224c36a095d62e06e1228 (patch)
treed217d27812067502cb15ca5ef270efa371763b60 /src/vm/finalizerthread.cpp
parentd719bfbc83eee5ec0a974f83b82f3f92541a5ba5 (diff)
downloadcoreclr-f5d09cd7d82549b258f224c36a095d62e06e1228.tar.gz
coreclr-f5d09cd7d82549b258f224c36a095d62e06e1228.tar.bz2
coreclr-f5d09cd7d82549b258f224c36a095d62e06e1228.zip
Fix GC references reporting in tailcalls with helpers on Windows (#5538)
This change fixes a problem with reporting a range of exactly 3 continuous GC references in tailcall with helper. The code was asserting in that case in debug build and generating incorrect offsets in release build. The problem was that the offset generation and assert was off by 1. It was supposed to generate offset of the last reference in the range, but instead generated offset after the last reference.
Diffstat (limited to 'src/vm/finalizerthread.cpp')
0 files changed, 0 insertions, 0 deletions