On Fri, Nov 19, 2010 at 5:29 PM, ayke <[email protected]> wrote: > Ok i understand but why its working if i use {} ??
Because the compiler will insert nop instructions where they place sequence points for you to debug your code. And as the branch possibly targets those instructions, and as you don't remove them, the branches remain valid. -- -- mono-cecil
