Browse Source

fix

pull/2281/head
文煌 4 years ago
parent
commit
b7d3f146af
  1. 2
      ILSpy.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs

2
ILSpy.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs

@ -213,7 +213,7 @@ namespace ILSpy.BamlDecompiler.Rewrite @@ -213,7 +213,7 @@ namespace ILSpy.BamlDecompiler.Rewrite
@event = null;
if (!b.FinalInstruction.MatchNop())
{
pos = int.MaxValue;
pos = b.Instructions.Count;
return false;
}
var instr = b.Instructions;

Loading…
Cancel
Save