Merge pull request #2003 from esdrubal/seq_test_fix2
[mono.git] / mono / mini / mini-runtime.c
index 6bb8d259bca56c1620bf4244b3ae5e4c86456d83..8b454087638bef15f630ffa4446e8e57391fc72f 100644 (file)
@@ -2658,6 +2658,8 @@ mini_parse_debug_options (void)
                        debug_options.gen_sdb_seq_points = TRUE;
                else if (!strcmp (arg, "gen-compact-seq-points"))
                        debug_options.gen_seq_points_compact_data = TRUE;
+               else if (!strcmp (arg, "single-imm-size"))
+                       debug_options.single_imm_size = TRUE;
                else if (!strcmp (arg, "init-stacks"))
                        debug_options.init_stacks = TRUE;
                else if (!strcmp (arg, "casts"))