We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355c79a commit bf21c2cCopy full SHA for bf21c2c
riscV/TargetPrinter.ml
@@ -568,11 +568,11 @@ module Target : TARGET =
568
begin match ef with
569
| EF_annot(kind,txt, targs) ->
570
begin match (P.to_int kind) with
571
- | 1 -> let annot = annot_text preg_annot "sp" (camlstring_of_coqstring txt) args in
+ | 1 -> let annot = annot_text preg_annot "x2" (camlstring_of_coqstring txt) args in
572
fprintf oc "%s annotation: %S\n" comment annot
573
| 2 -> let lbl = new_label () in
574
fprintf oc "%a: " label lbl;
575
- add_ais_annot lbl preg_annot "sp" (camlstring_of_coqstring txt) args
+ add_ais_annot lbl preg_annot "x2" (camlstring_of_coqstring txt) args
576
| _ -> assert false
577
end
578
| EF_debug(kind, txt, targs) ->
0 commit comments