Skip to content

Instantly share code, notes, and snippets.

@Earlz
Created October 31, 2013 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Earlz/7256446 to your computer and use it in GitHub Desktop.
Save Earlz/7256446 to your computer and use it in GitHub Desktop.
.locals init ([0] bool)
IL1:
ldarg.0
call bool [mscorlib]System.String::IsNullOrEmpty(string)
stloc.0
ldloc.0
ldc.i4 0
bne.un.s IL1
br f
f:
br IL1
tr:
br IL1 //remove this line to fix it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment