Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 177d1d2

Browse files
author
Evgeny Pavlov
committed
Fix ildasm fail due missing GetInfoForMethod managed method
1 parent 6919d9f commit 177d1d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dlls/mscoree/unixinterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ int coreclr_initialize(
261261
"Can't create delegate for 'System.Diagnostics.Debug.SymbolReader.SymbolReader.GetInfoForMethod' "
262262
"method - status: 0x%08x\n", hr);
263263
}
264+
return S_OK; // We don't need to fail if we can't create delegate
264265
#endif
265266
}
266267
return hr;

0 commit comments

Comments
 (0)