[interpreter] make space in args array to sneak in `this` in mint_newobj
[mono.git] / mono / mini / optflags-def.h
index 8de8b6f356818f625cc02d5da5b774e864be596e..b72ab7a227d2d0d24b4ae195ddd4e4ea538f397f 100644 (file)
@@ -21,9 +21,9 @@ OPTFLAG(SSAPRE   ,19, "ssapre",     "SSA based Partial Redundancy Elimination (o
 OPTFLAG(EXCEPTION,20, "exception",  "Optimize exception catch blocks")
 OPTFLAG(SSA      ,21, "ssa",        "Use plain SSA form")
 OPTFLAG(SSE2     ,23, "sse2",       "SSE2 instructions on x86")
-OPTFLAG(GSHARED  ,25, "gshared",    "Generic Sharing")
 /* The id has to be smaller than gshared's, the parser code depends on this */
 OPTFLAG(GSHAREDVT,24, "gsharedvt",     "Generic sharing for valuetypes")
+OPTFLAG (GSHARED, 25, "gshared", "Generic Sharing")
 OPTFLAG(SIMD    ,26, "simd",       "Simd intrinsics")
 OPTFLAG(UNSAFE  ,27, "unsafe",     "Remove bound checks and perform other dangerous changes")
 OPTFLAG(ALIAS_ANALYSIS  ,28, "alias-analysis",      "Alias analysis of locals")