Created
October 31, 2013 20:23
-
-
Save Earlz/7256446 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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