summaryrefslogtreecommitdiff
path: root/src/vm/method.cpp
diff options
context:
space:
mode:
authorYi Zhang (CLR) <yzha@microsoft.com>2016-05-02 21:00:21 -0700
committerYi Zhang (CLR) <yzha@microsoft.com>2016-05-03 08:53:15 -0700
commitdfef0a390443379c3991b97d8871f301321c36f6 (patch)
tree9193a4b0c3d18c27359d5f856bebf2d87f25bbf2 /src/vm/method.cpp
parentb2dc8a1d6f6ed13549a240e1ebbfc7d3306830e6 (diff)
downloadcoreclr-dfef0a390443379c3991b97d8871f301321c36f6.tar.gz
coreclr-dfef0a390443379c3991b97d8871f301321c36f6.tar.bz2
coreclr-dfef0a390443379c3991b97d8871f301321c36f6.zip
Fix calling convention mismatch in 7 interop tests and enable [NativeCallable] in all architectures.
Diffstat (limited to 'src/vm/method.cpp')
-rw-r--r--src/vm/method.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/method.cpp b/src/vm/method.cpp
index 1b7aa5c17e..1c7fce9c3a 100644
--- a/src/vm/method.cpp
+++ b/src/vm/method.cpp
@@ -5400,12 +5400,7 @@ BOOL MethodDesc::HasNativeCallableAttribute()
NULL);
if (hr == S_OK)
{
- // enable only for amd64/arm64 now, other platforms are not tested.
-#if defined(_TARGET_AMD64_) || defined(_TARGET_ARM64_)
return TRUE;
-#else
- _ASSERTE(!"HasNativeCallableAttribute is not yet implemented.");
-#endif // _TARGET_AMD64_ || _TARGET_ARM64_
}
#endif //FEATURE_CORECLR