[x86/Linux] Fix incorrect __fastcall definition (#8585)
authorJonghyun Park <parjong@gmail.com>
Wed, 14 Dec 2016 01:26:14 +0000 (10:26 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 14 Dec 2016 01:26:14 +0000 (02:26 +0100)
commit24c23c2649a0eec7621466626a5a637daca10337
tree8806dfcbdfd890ca5f6af4537f82d4b6f542d71f
parent2a7f2ffeb1b6a39f295cc819d3e1187bcc0507a0
[x86/Linux] Fix incorrect __fastcall definition (#8585)

In x86/Linux, __fastcall is defined as __stdcall which causes stack
corruption issue for the following functions:
 - HelperMethodFrameRestoreState
 - LazyMachStateCaptureState

This commit removes __fastcall definition as clang recognize __fastcall.
src/pal/inc/pal_mstypes.h