[jit] Fix an unpatched jump in the monitor exit trampoline on amd64.
[mono.git] / mono / mini / main.c
old mode 100755 (executable)
new mode 100644 (file)
index 84c6f39..784179c
@@ -19,7 +19,7 @@ mono_main_with_options (int argc, char *argv [])
                GPtrArray *array = g_ptr_array_new ();
                GString *buffer = g_string_new ("");
                const char *p;
-               int i;
+               unsigned i;
                gboolean in_quotes = FALSE;
                char quote_char = '\0';