[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)
authorKonstantin Baladurin <k.baladurin@partner.samsung.com>
Wed, 4 Apr 2018 16:38:22 +0000 (19:38 +0300)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 4 Apr 2018 16:38:22 +0000 (18:38 +0200)
commitfe44fe6526ea3c6e6322f3684651c14865431dcf
treebc4379c749c4bafa5fa3944f958129f5793182ea
parentd1f49cc4b26d28fdb1c4f3bf147668e13b8995eb
[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)

We should use FCDECL3_VII/FCIMPL3_VII instead of FCDECL3/FCIMPL3
otherwise we got incorrect order of arguments that leads to crashes.
src/classlibnative/bcltype/number.cpp
src/classlibnative/bcltype/number.h