Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #339 from dotnet/ClassConstructorHelper
Browse files Browse the repository at this point in the history
Add call to class constructor helper
  • Loading branch information
russellhadley committed Mar 21, 2015
2 parents 6dbef93 + f19835e commit 95b859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Reader/readerir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void GenIR::readerPrePass(uint8_t *Buffer, uint32_t NumBytes) {
initClass(nullptr, getCurrentMethodHandle(), getCurrentContext());
const bool InitClass = InitResult & CORINFO_INITCLASS_USE_HELPER;
if (InitClass) {
throw NotYetImplementedException("init class");
insertClassConstructor();
}
}

Expand Down

0 comments on commit 95b859a

Please sign in to comment.