We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2459 commit 0b4ec5aCopy full SHA for 0b4ec5a
src/coreclr/tools/superpmi/superpmi/superpmi.cpp
@@ -441,7 +441,7 @@ int __cdecl main(int argc, char* argv[])
441
mc->cr->dumpToConsole(); // Dump the compile results if doing debug logging
442
}
443
444
- else if (res.Result == ReplayResult::Success)
+ else if (res.Result == ReplayResult::Error)
445
{
446
errorCount++;
447
LogError("Method %d of size %d failed to load and compile correctly%s (%s).",
0 commit comments