Browse Source

fix

pull/2281/head
文煌 5 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
@event = null; @event = null;
if (!b.FinalInstruction.MatchNop()) if (!b.FinalInstruction.MatchNop())
{ {
pos = int.MaxValue; pos = b.Instructions.Count;
return false; return false;
} }
var instr = b.Instructions; var instr = b.Instructions;

Loading…
Cancel
Save