Skip to content

Commit

Permalink
safer debuginfo changes; nef & manifest UNHANDLED
Browse files Browse the repository at this point in the history
  • Loading branch information
Hecate2 committed Feb 19, 2024
1 parent 8e28855 commit 52b9899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.Compiler.CSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private static int ProcessOutputs(Options options, string folder, CompilationCon
{
try
{
(nef, manifest, debugInfo) = Reachability.RemoveUncoveredInstructions(nef, manifest, debugInfo);
(nef, manifest, debugInfo) = Reachability.RemoveUncoveredInstructions(nef, manifest, debugInfo.Clone());
}
catch (Exception ex)
{
Expand Down

0 comments on commit 52b9899

Please sign in to comment.