summaryrefslogtreecommitdiff
path: root/src/jit/ICorJitInfo_API_wrapper.hpp
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2017-08-07 13:33:58 +0300
committerGleb Balykov <g.balykov@samsung.com>2017-08-07 16:14:08 +0300
commit76a572a65026f277c5c42b25fcb01cce4625b10f (patch)
tree0298b9efc0decbb755619d30a10556fe2233b49c /src/jit/ICorJitInfo_API_wrapper.hpp
parentbe7d375af43261c4ff8f84aad9ea27ecce145fc6 (diff)
downloadcoreclr-76a572a65026f277c5c42b25fcb01cce4625b10f.tar.gz
coreclr-76a572a65026f277c5c42b25fcb01cce4625b10f.tar.bz2
coreclr-76a572a65026f277c5c42b25fcb01cce4625b10f.zip
Review fixes
Diffstat (limited to 'src/jit/ICorJitInfo_API_wrapper.hpp')
-rw-r--r--src/jit/ICorJitInfo_API_wrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/ICorJitInfo_API_wrapper.hpp b/src/jit/ICorJitInfo_API_wrapper.hpp
index 2c345540cf..1d30e0096e 100644
--- a/src/jit/ICorJitInfo_API_wrapper.hpp
+++ b/src/jit/ICorJitInfo_API_wrapper.hpp
@@ -123,7 +123,7 @@ void WrapICorJitInfo::getMethodVTableOffset(
CORINFO_METHOD_HANDLE method, /* IN */
unsigned* offsetOfIndirection, /* OUT */
unsigned* offsetAfterIndirection, /* OUT */
- unsigned* isRelative /* OUT */)
+ bool* isRelative /* OUT */)
{
API_ENTER(getMethodVTableOffset);
wrapHnd->getMethodVTableOffset(method, offsetOfIndirection, offsetAfterIndirection, isRelative);