Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/coreclr/tools/superpmi/superpmi/superpmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ int __cdecl main(int argc, char* argv[])
mc->cr->dumpToConsole(); // Dump the compile results if doing debug logging
}
}
else if (res.Result == ReplayResult::Success)
else if (res.Result == ReplayResult::Error)
{
errorCount++;
LogError("Method %d of size %d failed to load and compile correctly%s (%s).",
Expand Down