summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2016-02-01 13:39:13 -0800
committerBrian Sullivan <briansul@microsoft.com>2016-02-01 13:39:13 -0800
commit9ea841d4f3e966c0b281da98f9161b91a9807caf (patch)
tree019e90f0be2be75d100536d49ee4ce4c057c0f4c /src
parent48c3f779fb7621c55bdb932b11b8f519fc7f32b9 (diff)
downloadcoreclr-9ea841d4f3e966c0b281da98f9161b91a9807caf.tar.gz
coreclr-9ea841d4f3e966c0b281da98f9161b91a9807caf.tar.bz2
coreclr-9ea841d4f3e966c0b281da98f9161b91a9807caf.zip
Remove assert NYI: "Varargs method"
Of the 27 test cases that hit this assert 22 of them are passing after this change The remaining test failures are: arglist.exe_2994 arglist.exe_2971 arglist.exe_2983 arglist.exe_3006 b16423.exe_4877
Diffstat (limited to 'src')
-rw-r--r--src/jit/compiler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/compiler.cpp b/src/jit/compiler.cpp
index cd021f5002..b2da7e76d1 100644
--- a/src/jit/compiler.cpp
+++ b/src/jit/compiler.cpp
@@ -4838,7 +4838,6 @@ int Compiler::compCompileHelper (CORINFO_MODULE_HANDLE clas
{
case CORINFO_CALLCONV_VARARG:
case CORINFO_CALLCONV_NATIVEVARARG:
- NYI_ARM64("Varargs method");
info.compIsVarArgs = true;
break;
case CORINFO_CALLCONV_DEFAULT: