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

Commit

Permalink
[x86/Linux] Adjust the definition of FnStaticBaseHelper for x86 (#8390)
Browse files Browse the repository at this point in the history
  • Loading branch information
parjong authored and jkotas committed Dec 2, 2016
1 parent eed8ab2 commit 8d800df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 8d800df

Please sign in to comment.