Fix ARM build break (Issue 2362).
authorLubomir Litchev <lubol@microsoft.com>
Thu, 7 Jan 2016 23:30:15 +0000 (15:30 -0800)
committerLubomir Litchev <lubol@microsoft.com>
Thu, 7 Jan 2016 23:30:15 +0000 (15:30 -0800)
Remove unnecessary __cdecl modifier.

tests/src/JIT/jit64/mcc/interop/native_i0c.cpp

index 1a4e183..4c45023 100644 (file)
@@ -5,7 +5,7 @@
 #include "native.h"
 
 
-MCC_API VType0 __cdecl sum(unsigned __int64 first, ...) {
+MCC_API VType0 sum(unsigned __int64 first, ...) {
     VType0 result;
 
     int count = 0;