Posts
Sort by recent activity
Bug when decompiling
Bug when decompiling.
When .Net Reflector decompile the following IL code :
ldloc.1
ldloc.1
ldc.i4.1
sub
stloc.1
brfalse.s L_014d
//dosomework
We get the following C# code (the bug is for all lang...