summaryrefslogtreecommitdiff
path: root/src/vm/rejit.h
diff options
context:
space:
mode:
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>2019-05-16 23:03:58 -0400
committerJan Kotas <jkotas@microsoft.com>2019-05-16 20:03:58 -0700
commitecb3b1b81c0b44e3f5c3825b9536b553ad1113fe (patch)
tree5727467d77ed1ec8bbf80d5b86c159b44ddd6800 /src/vm/rejit.h
parentbb87d0ae3b664f20fde126390301e62b452870a2 (diff)
downloadcoreclr-ecb3b1b81c0b44e3f5c3825b9536b553ad1113fe.tar.gz
coreclr-ecb3b1b81c0b44e3f5c3825b9536b553ad1113fe.tar.bz2
coreclr-ecb3b1b81c0b44e3f5c3825b9536b553ad1113fe.zip
compilation fixes (#24613)
Diffstat (limited to 'src/vm/rejit.h')
-rw-r--r--src/vm/rejit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/rejit.h b/src/vm/rejit.h
index a72630aeca..b417851d13 100644
--- a/src/vm/rejit.h
+++ b/src/vm/rejit.h
@@ -179,7 +179,7 @@ private:
static bool IsNull(const element_t &e) { return (e == NULL); }
};
- static HRESULT ReJitManager::UpdateActiveILVersion(
+ static HRESULT UpdateActiveILVersion(
SHash<CodeActivationBatchTraits> *pMgrToCodeActivationBatch,
Module * pModule,
mdMethodDef methodDef,