summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2016-05-26 14:16:52 -0700
committerAndy Ayers <andya@microsoft.com>2016-05-26 14:16:52 -0700
commit02eada1015063befd713e1bd60685f3a8bb38184 (patch)
treea7da2e2c00b4d407e342eaa04765b8bd81b57927 /src/jit/compiler.h
parent857dc0b1aacc52822b623c8668a047d46d217307 (diff)
parenta48a63f48edc033be423c3dc1de983017954d87d (diff)
downloadcoreclr-02eada1015063befd713e1bd60685f3a8bb38184.tar.gz
coreclr-02eada1015063befd713e1bd60685f3a8bb38184.tar.bz2
coreclr-02eada1015063befd713e1bd60685f3a8bb38184.zip
Merge pull request #5239 from AndyAyersMS/TrackCallOffsets
Track call offsets
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 2f1df9d751..19d6e51309 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -2701,7 +2701,7 @@ protected :
GenTreePtr newobjThis,
int prefixFlags,
CORINFO_CALL_INFO* callInfo,
- IL_OFFSETX ilOffset = BAD_IL_OFFSET);
+ IL_OFFSET rawILOffset);
bool impMethodInfo_hasRetBuffArg(CORINFO_METHOD_INFO * methInfo);