aboutsummaryrefslogtreecommitdiffstats
path: root/arm/PrintAsm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'arm/PrintAsm.ml')
-rw-r--r--arm/PrintAsm.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm/PrintAsm.ml b/arm/PrintAsm.ml
index f51a15b7..da0b5d10 100644
--- a/arm/PrintAsm.ml
+++ b/arm/PrintAsm.ml
@@ -178,8 +178,7 @@ let call_helper oc fn dst arg1 arg2 =
(* Move result to dst *)
begin match dst with
| IR0 -> ()
- | _ ->
- fprintf oc " mov %a, r0\n" ireg dst
+ | _ -> fprintf oc " mov %a, r0\n" ireg dst
end;
(* Restore the other caller-save registers *)
fprintf oc " ldmfd sp!, {%a}\n" print_list_ireg tosave;