Skip to content

Commit a523e2d

Browse files
committed
Bug fix (OpCodes.Pop)
1 parent 5238819 commit a523e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetCoreStack.DispatchProxyAsync/AsyncDispatchProxyGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ private MethodBuilder AddMethodImpl(MethodInfo mi)
711711
}
712712
else
713713
{
714-
il.Emit(OpCodes.Nop);
714+
il.Emit(OpCodes.Pop);
715715
}
716716

717717
il.Emit(OpCodes.Ret);

0 commit comments

Comments
 (0)