Fix ildasm fail due missing GetInfoForMethod managed method
authorEvgeny Pavlov <e.pavlov@samsung.com>
Fri, 22 Jul 2016 09:42:21 +0000 (12:42 +0300)
committerEvgeny Pavlov <e.pavlov@samsung.com>
Fri, 22 Jul 2016 09:42:21 +0000 (12:42 +0300)
Commit migrated from https://github.com/dotnet/coreclr/commit/177d1d272f1b491c947bd003b965b5c7ba7f1a3f

src/coreclr/src/dlls/mscoree/unixinterface.cpp

index af29302..0d1a126 100644 (file)
@@ -261,6 +261,7 @@ int coreclr_initialize(
                     "Can't create delegate for 'System.Diagnostics.Debug.SymbolReader.SymbolReader.GetInfoForMethod' "
                     "method - status: 0x%08x\n", hr);
         }
+        return S_OK; // We don't need to fail if we can't create delegate
 #endif
     }
     return hr;