We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2960d commit cafca11Copy full SHA for cafca11
1 file changed
Main/ace_common.ml
@@ -22,11 +22,11 @@ let compare_and_print_commands fmt data descr exit =
22
| (_, true)::data, (_, arm)::descr ->
23
Format.fprintf fmt "%a \t\t\t; (altered)@." Arm_printer.pp_arm arm ;
24
aux data descr is_exit (i+4)
25
- | (_, true)::_, [] -> assert false
26
| _, [] when not is_exit && exit <> None ->
27
let exit = Option.get exit in
28
Format.fprintf fmt "; ======== EXIT CODE ========@." ;
29
aux data (Exit.get_preferred_descr exit i |> snd) true i
+ | (_, true)::_, [] -> assert false
30
| (d, false)::data, _ ->
31
Format.fprintf fmt "%a \t\t\t; (filler)@." Arm_printer.pp_arm (Arm.Custom d) ;
32
0 commit comments