Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
safern committed Dec 8, 2016
1 parent d2bfcd4 commit e19211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/ecalllist.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ FCFuncStart(gDependentHandleFuncs)
FCFuncElement("nGetPrimary", DependentHandle::nGetPrimary)
FCFuncElement("nGetPrimaryAndSecondary", DependentHandle::nGetPrimaryAndSecondary)
FCFuncElement("nFree", DependentHandle::nFree)
FCFuncElement("nSetDependentHandle", ObjectHandle::SetDependentHandleSecondary)
FCFuncElement("nSetDependentHandle", SetDependentHandleSecondary)
FCFuncEnd()

#ifndef FEATURE_CORECLR
Expand Down

0 comments on commit e19211a

Please sign in to comment.