Skip to content

Commit

Permalink
[x86/Linux] Adjust the definition of FnStaticBaseHelper for x86 (dotn…
Browse files Browse the repository at this point in the history
  • Loading branch information
parjong authored and jkotas committed Dec 2, 2016
1 parent 1f9da8a commit e2ca1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/vm/jitinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ struct VirtualFunctionPointerArgs

FCDECL2(CORINFO_MethodPtr, JIT_VirtualFunctionPointer_Dynamic, Object * objectUNSAFE, VirtualFunctionPointerArgs * pArgs);

typedef TADDR (F_CALL_CONV * FnStaticBaseHelper)(TADDR arg0, TADDR arg1);
typedef HCCALL2_PTR(TADDR, FnStaticBaseHelper, TADDR arg0, TADDR arg1);

struct StaticFieldAddressArgs
{
Expand Down

0 comments on commit e2ca1a3

Please sign in to comment.