Skip to content

Commit

Permalink
Incorrect CALLSITE macro usage. (#36357)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT authored May 13, 2020
1 parent 2e20457 commit b221687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/vm/interoplibinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ namespace
args[ARGNUM_1] = OBJECTREF_TO_ARGHOLDER(*implPROTECTED);
args[ARGNUM_2] = PTR_TO_ARGHOLDER(externalComObject);
args[ARGNUM_3] = DWORD_TO_ARGHOLDER(flags);
CALL_MANAGED_METHOD(retObjRef, OBJECTREF, args);
CALL_MANAGED_METHOD_RETREF(retObjRef, OBJECTREF, args);

return retObjRef;
}
Expand Down

0 comments on commit b221687

Please sign in to comment.