Skip to content

Commit

Permalink
Bug fix (OpCodes.Pop)
Browse files Browse the repository at this point in the history
  • Loading branch information
gencebay committed Dec 24, 2016
1 parent 5238819 commit a523e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ private MethodBuilder AddMethodImpl(MethodInfo mi)
}
else
{
il.Emit(OpCodes.Nop);
il.Emit(OpCodes.Pop);
}

il.Emit(OpCodes.Ret);
Expand Down

0 comments on commit a523e2d

Please sign in to comment.