Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Apr 7, 2024
1 parent 7119783 commit 3072992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arm64/emit.ml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ and g' oc = function (* 各命令のアセンブリ生成 (caml2html: emit_gprim
Printf.fprintf oc "\tfmr\t%s, %s\n" (reg a) (reg fregs.(0));
(* lrをスタックから復元 *)
Printf.fprintf oc "\tmov lr, %s\n" (reg reg_tmp)
| _, _ -> ()
(* | _, _ -> () *)

and g'_tail_if oc e1 e2 b bn =
let b_else = Id.genid (b ^ "_else") in
Expand Down

0 comments on commit 3072992

Please sign in to comment.