From a1757ce8e80cd089d9dc31ba2d4e3246e387a6b8 Mon Sep 17 00:00:00 2001 From: sergey ignatov Date: Sat, 1 Sep 2018 17:40:44 +0300 Subject: i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792) --- src/vm/amd64/unixstubs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vm/amd64') diff --git a/src/vm/amd64/unixstubs.cpp b/src/vm/amd64/unixstubs.cpp index 83764e0a22..e592193910 100644 --- a/src/vm/amd64/unixstubs.cpp +++ b/src/vm/amd64/unixstubs.cpp @@ -53,8 +53,8 @@ extern "C" // check OS has enabled both XMM and YMM state support return ((eax & 0x06) == 0x06) ? 1 : 0; } - - void STDCALL JIT_ProfilerEnterLeaveTailcallStub(UINT_PTR ProfilerHandle) + + void STDMETHODCALLTYPE JIT_ProfilerEnterLeaveTailcallStub(UINT_PTR ProfilerHandle) { } }; -- cgit v1.2.3