[x86/Linux] Adjust the definition of FnStaticBaseHelper for x86 (dotnet/coreclr#8390)
authorJonghyun Park <parjong@gmail.com>
Fri, 2 Dec 2016 00:55:18 +0000 (09:55 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 2 Dec 2016 00:55:18 +0000 (16:55 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/8d800dfe9c0461a4b60df076b5e71149c1748a0d

src/coreclr/src/vm/jitinterface.h

index fc5e747..ee13b9c 100644 (file)
@@ -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
 {